This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
93bee0789a
rust
/
tests
/
ui
/
lint
/
command-line-lint-group-allow.rs
7 lines
104 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: -A bad-style
//@ 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 18:55:43 -08:00
fn
main
(
)
{
let
_InappropriateCamelCasing
=
true
;
}
Reference in a new issue
Copy permalink