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

10 lines
283 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
2018-02-19 21:40:25 +01:00
If you want more information on this error, try using "rustc --explain E0423"