This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
9ad5d82f82
rust
/
src
/
test
/
ui
/
resolve
/
resolve-hint-macro.rs
5 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Look up macro names as well when suggesting replacements for function resolve errors fixes #5780
2015-11-21 15:07:50 +05:30
fn
main
(
)
{
Move [debug_]assert_matches to mod {core, std}::assert.
2021-07-07 16:25:46 +00:00
assert_eq
(
1
,
1
)
;
//~^ ERROR expected function, found macro `assert_eq`
Look up macro names as well when suggesting replacements for function resolve errors fixes #5780
2015-11-21 15:07:50 +05:30
}
Copy permalink