This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
c72fcfbc40
rust
/
tests
/
ui
/
ext-nonexistent.rs
3 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ error-pattern:cannot find macro
`m1!{...}` -> `m1!(...)`
2012-08-22 17:24:52 -07:00
fn
main
(
)
{
iamnotanextensionthatexists!
(
"
"
)
;
}
Reference in a new issue
Copy permalink