rust/compiler/rustc_lint/src
bors 7a0f1781d0 Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis
Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in Rust 2021

This addresses https://github.com/rust-lang/rust/pull/81244 by updating two lints to errors in the Rust 2021 edition.

r? `@estebank`
2021-05-04 08:09:23 +00:00
..
nonstandard_style
array_into_iter.rs
builtin.rs Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis 2021-05-04 08:09:23 +00:00
context.rs rename pat2015 to pat_param 2021-04-15 13:52:09 -05:00
early.rs Run buffered lints attached to anon consts 2021-04-15 11:11:44 -04:00
internal.rs
late.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
levels.rs Do not ignore path segments in the middle in #[allow]/#[warn]/#[deny]/#[forbid] attributes 2021-04-17 18:11:07 +08:00
lib.rs add lint deref_nullptr 2021-04-06 22:01:00 +02:00
methods.rs
non_ascii_idents.rs Stablize non_ascii_idents feature. 2021-04-08 02:52:00 +08:00
non_fmt_panic.rs
nonstandard_style.rs
noop_method_call.rs
passes.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
redundant_semicolon.rs
traits.rs
types.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
unused.rs