10 lines
288 B
Plaintext
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`.
|