rust/src/test/ui/resolve/resolve-hint-macro.stderr
2019-01-15 11:27:58 -05:00

10 lines
288 B
Plaintext

error[E0423]: expected function, found macro `assert`
--> $DIR/resolve-hint-macro.rs:2:5
|
LL | assert(true);
| ^^^^^^ help: use `!` to invoke the macro: `assert!`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0423`.