Based on dtolnay/anyhow#180, dtolnay/anyhow#184 and dtolnay/anyhow#185, with the fixes from dtolnay/anyhow#183 and dtolnay/anyhow#187.
Note: like for anyhow 1.0.46, this is potentially a breaking change: the macro eyre! no more accepts a literal parameter other than a string literal as the first parameter. The workaround is to wrap the parameter with parentheses or curly braces.
Closes #64.
Based on dtolnay/anyhow#180, dtolnay/anyhow#184 and dtolnay/anyhow#185, with the fixes from dtolnay/anyhow#183 and dtolnay/anyhow#187.
Note: like for
anyhow 1.0.46
, this is potentially a breaking change: the macroeyre!
no more accepts a literal parameter other than a string literal as the first parameter. The workaround is to wrap the parameter with parentheses or curly braces.