This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
00b976a138
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 22:14:38 +10:30
// error-pattern:cannot find macro
`m1!{...}` -> `m1!(...)`
2012-08-22 17:24:52 -07:00
fn
main
(
)
{
iamnotanextensionthatexists!
(
"
"
)
;
}
Copy permalink