This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
75fa9f6dec
os-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 20:02:50 +00:00
//@ compile-flags: -F unused -A unused
rustc_session: forbid lints override regardless of position
2020-04-07 21:41:54 -07:00
fn
main
(
)
{
let
x
=
1
;
//~^ ERROR unused variable: `x`
}
Reference in a new issue
Copy permalink