This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9ad5d82f82
os-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
}
Reference in a new issue
Copy permalink