We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macro!();
;
stmt.span
cc #133833 and #133834 in suggestions such as
#![crate_type = "lib"] fn foo() -> String { let mut bar = { unknown_macro!(); }; return bar; }
Opened while looking at #133843 to not lose the FIXME.