cc #133833 and #133834 in suggestions such as ```rs #![crate_type = "lib"] fn foo() -> String { let mut bar = { unknown_macro!(); }; return bar; } ``` Opened while looking at #133843 to not lose the FIXME.