This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
383051092f
rust
/
tests
/
ui
/
lint-group-forbid-always-trumps-cli.rs
7 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 14:02:50 -06:00
//@ compile-flags: -F unused -A unused
rustc_session: forbid lints override regardless of position
2020-04-07 23:41:54 -05:00
fn
main
(
)
{
let
x
=
1
;
//~^ ERROR unused variable: `x`
}
Reference in New Issue
Copy Permalink