Home
last modified time | relevance | path

Searched refs:lit_from_macro (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dunseparated_prefix_literals.rs14 macro_rules! lit_from_macro { macro
36 let _ = lit_from_macro!(); in main()
H A Dunseparated_prefix_literals.fixed14 macro_rules! lit_from_macro {
36 let _ = lit_from_macro!();
H A Dunseparated_prefix_literals.stderr51 LL | let _ = lit_from_macro!();
54 …= note: this error originates in the macro `lit_from_macro` (in Nightly builds, run with -Z macro-…