This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-06 15:07:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29b51cdff3
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 14:44:47 +00:00
#![
allow(foo =
"
"
)
]
//~ ERROR E0452
Update tests
2020-01-08 17:02:10 +00:00
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
Add new error code tests
2016-08-19 14:44:47 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink