This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
52f7a218fb
rust
/
tests
/
ui
/
ext-nonexistent.rs
3 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Refactor macro resolution errors + add derive macro suggestions
2017-02-06 05:44:38 -06:00
// error-pattern:cannot find macro
`m1!{...}` -> `m1!(...)`
2012-08-22 19:24:52 -05:00
fn
main
(
)
{
iamnotanextensionthatexists!
(
"
"
)
;
}
Reference in New Issue
Copy Permalink