1
Fork 0
rust/src/test/ui/resolve/resolve-hint-macro.stderr

9 lines
205 B
Text
Raw Normal View History

error[E0423]: expected function, found macro `assert`
--> $DIR/resolve-hint-macro.rs:12:5
|
12 | assert(true);
| ^^^^^^ did you mean `assert!(...)`?
error: aborting due to previous error