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
7b8644e5cf7e43796b7dec7832b5c97df9e5cb15
rust
/
tests
/
ui
/
lint
/
lint-unknown-lint-cmdline-allow.rs
5 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(rustc_lint): make `CheckLintName` respect lint level
2023-08-28 20:28:51 +01:00
// check-pass
test(ui/lint): demonstrate the current cmdline lint behavior This demonstrates the current behavior of adding lint form the command line. generally the lint levels are ignored as the current implementation unconditionally emit errors for those lints.
2023-08-30 14:19:53 +01:00
// compile-flags:-A unknown-lints -D bogus -D dead_cod
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink