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
a733082be9
rust
/
tests
/
ui
/
lint
/
command-line-lint-group-allow.rs
7 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
note lint group set on command line triggering individual lint Previously, the note/message for the source of a lint being the command line unconditionally named the individual lint, even if the actual command specified a lint group (e.g., `-D warnings`); here, we take note of the actual command options so we can be more specific. This remains in the matter of #36846.
2017-01-05 20:55:43 -06:00
// compile-flags: -A bad-style
Use check-pass mode for lint tests
2020-01-22 18:00:00 -06:00
// check-pass
note lint group set on command line triggering individual lint Previously, the note/message for the source of a lint being the command line unconditionally named the individual lint, even if the actual command specified a lint group (e.g., `-D warnings`); here, we take note of the actual command options so we can be more specific. This remains in the matter of #36846.
2017-01-05 20:55:43 -06:00
fn
main
(
)
{
let
_InappropriateCamelCasing
=
true
;
}
Reference in New Issue
Copy Permalink