rust/compiler/rustc_macros/src
Dylan DPC daed86445d
Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot
Lint against more useless `#[must_use]` attributes

This expands the existing `#[must_use]` check in `unused_attributes` to lint against pretty much everything `#[must_use]` doesn't support.
Fixes #93906.
2022-03-01 03:41:49 +01:00
..
symbols Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
hash_stable.rs more clippy fixes 2021-11-07 16:59:05 +01:00
lib.rs Convert newtype_index to a proc macro 2022-02-24 16:02:06 -05:00
lift.rs Lift: take self by value 2020-10-21 23:59:35 +02:00
newtype.rs Address review comments 2022-02-24 16:02:07 -05:00
query.rs Move ty::print methods to Drop-based scope guards 2022-02-16 17:24:23 -05:00
serialize.rs Delete Decoder::read_enum_variant 2022-02-20 18:58:23 -05:00
session_diagnostic.rs Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot 2022-03-01 03:41:49 +01:00
symbols.rs Use a separate interner type for UniqueTypeId 2021-09-13 14:42:06 +02:00
type_foldable.rs Remove in_band_lifetimes from rustc_middle 2021-12-15 19:50:43 -05:00