]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/resolve-hint-macro.rs
Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis
[rust.git] / src / test / ui / resolve / resolve-hint-macro.rs
1 fn main() {
2     assert_eq(1, 1);
3     //~^ ERROR expected function, found macro `assert_eq`
4 }