7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead.
|
|
--> $DIR/test-on-macro.rs:11:1
|
|
|
|
|
LL | foo!();
|
|
| ^^^^^^^
|
|
|