DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / ui_test-0.26.5 / examples_tests / rustc_basic / aux_proc_macro.rs
12345678
//@aux-build:the_proc_macro.rs use the_proc_macro::thing; fn main() { thing!(cake); //~^ ERROR: cannot find value `cake` in this scope }