Files
rust/tests/ui/lint/test-inner-fn.stderr
Esteban Küber f0b8e13b59 Do not suggest using -Zmacro-backtrace for builtin macros
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
2025-03-14 19:50:03 +00:00

17 lines
335 B
Plaintext

error: cannot test inner items
--> $DIR/test-inner-fn.rs:5:5
|
LL | #[test]
| ^^^^^^^
|
= note: requested on the command line with `-D unnameable-test-items`
error: cannot test inner items
--> $DIR/test-inner-fn.rs:13:9
|
LL | #[test]
| ^^^^^^^
error: aborting due to 2 previous errors