This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
53647845b9
rust
/
tests
/
ui
/
error-codes
/
E0452.rs
7 lines
161 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-19 16:44:47 +02:00
#![
allow(foo =
"
"
)
]
//~ ERROR E0452
Update tests
2020-01-08 20:02:10 +03:00
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
Add new error code tests
2016-08-19 16:44:47 +02:00
fn
main
(
)
{
}
Copy permalink