]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/resolve-hint-macro.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / resolve / resolve-hint-macro.stderr
1 error[E0423]: expected function, found macro `assert`
2   --> $DIR/resolve-hint-macro.rs:2:5
3    |
4 LL |     assert(true);
5    |     ^^^^^^ help: use `!` to invoke the macro: `assert!`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0423`.