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
ac4526d28c
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 14:28:51 -05: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 08:19:53 -05:00
// compile-flags:-A unknown-lints -D bogus -D dead_cod
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink