rust/compiler/rustc_lint/src
bors e55c13e109 Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu
Lint against named asm labels

This adds a deny-by-default lint to prevent the use of named labels in inline `asm!`.  Without a solution to #81088 about whether the compiler should rewrite named labels or a special syntax for labels, a lint against them should prevent users from writing assembly that could break for internal compiler reasons, such as inlining or anything else that could change the number of actual inline assembly blocks emitted.

This does **not** resolve the issue with rewriting labels, that still needs a decision if the compiler should do any more work to try to make them work.
2021-08-14 17:33:38 +00:00
..
nonstandard_style
array_into_iter.rs Link to edition guide instead of issues for 2021 lints. 2021-08-09 17:45:01 +02:00
builtin.rs Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov 2021-08-13 19:47:03 +00:00
context.rs Fix lint capitalization and ignoring, test with include_str 2021-08-04 13:38:17 -04:00
early.rs Add additional missing lint handling logic 2021-07-17 23:03:58 -05:00
internal.rs Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk 2021-07-13 15:06:10 +00:00
late.rs Add inferred args to typeck 2021-07-25 07:28:51 +00:00
levels.rs Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
lib.rs Warn on inert attributes used on bang macro invocation 2021-07-19 17:49:28 -05:00
methods.rs
non_ascii_idents.rs
non_fmt_panic.rs Silence non_fmt_panic from external macros. 2021-08-12 14:33:30 +02:00
nonstandard_style.rs Adjust #[no_mangle]-related checks and lints for impl items 2021-08-12 17:11:44 +08:00
noop_method_call.rs
passes.rs Add inferred args to typeck 2021-07-25 07:28:51 +00:00
redundant_semicolon.rs
tests.rs Update to last upstream version 2021-07-08 17:14:28 +02:00
traits.rs move Constness into TraitPredicate 2021-08-13 09:26:33 +00:00
types.rs clippy::useless_format 2021-07-25 12:26:03 +02:00
unused.rs move Constness into TraitPredicate 2021-08-13 09:26:33 +00:00