For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
17 lines
335 B
Plaintext
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
|
|
|