1error: expected identifier, found `0f` 2 --> tests/ui/invalid-ident.rs:3:1 3 | 43 | / paste! { 54 | | fn [<0 f>]() {} 65 | | } 7 | |_^ expected identifier 8 | 9 = note: this error originates in the macro `paste` (in Nightly builds, run with -Z macro-backtrace for more info) 10 11error: `"f\""` is not a valid identifier 12 --> tests/ui/invalid-ident.rs:8:8 13 | 148 | fn [<f '"'>]() {} 15 | ^^^^^^^^^ 16 17error: `"f'"` is not a valid identifier 18 --> tests/ui/invalid-ident.rs:12:8 19 | 2012 | fn [<f "'">]() {} 21 | ^^^^^^^^^ 22