blob: ebe3c36f21eb1f83d81e824157e98ab42df99b32 [file] [log] [blame]
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`.