When the write! macro's result is chained stability warnings show up, and the expansion site is not reported #22013
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
Example:
This errors as:
Contrast that with the error when the
.unwrap()
is removed:This can be pretty hairy to find if the project has many crates (my project euler repo, which is where I observed this, has 60+ executables).
The text was updated successfully, but these errors were encountered: