This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
error-codes
/
E0452.rs
9 lines
235 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
Always run tail_expr_drop_order lint on promoted MIR
2024-12-19 04:13:28 +00:00
//~| ERROR E0452
//~| ERROR E0452
Add new error code tests
2016-08-19 16:44:47 +02:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink