2016-12-01 01:35:25 +03:00
|
|
|
error[E0423]: expected function, found macro `assert`
|
2016-12-01 01:35:25 +03:00
|
|
|
--> $DIR/resolve-hint-macro.rs:12:5
|
|
|
|
|
|
|
|
|
12 | assert(true);
|
2016-12-01 01:35:25 +03:00
|
|
|
| ^^^^^^ did you mean `assert!(...)`?
|
2016-12-01 01:35:25 +03:00
|
|
|
|
2017-07-02 13:49:30 +03:00
|
|
|
error: aborting due to previous error
|
2016-12-01 01:35:25 +03:00
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0423"
|