"help: consider adding a leading b
" needs a macro check
#48835
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-diagnostics
Working group: Diagnostics
If you try to, e.g.,
include_str!(...)
into a place expecting&[u8]
, the error message suggestsbinclude_str!(...)
.The text was updated successfully, but these errors were encountered: