rust/compiler/rustc_resolve/src
bors 8235469e48 Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #117981 (Remove deprecated `--check-cfg` syntax)
 - #118177 (Suppress warnings in LLVM wrapper when targeting MSVC)
 - #118317 (tip for define macro name after `macro_rules!`)
 - #118504 (Enforce `must_use` on associated types and RPITITs that have a must-use trait in bounds)
 - #118660 (rustc_arena: add `alloc_str`)
 - #118681 (Fix is_foreign_item for StableMIR instance )

r? `@ghost`
`@rustbot` modify labels: rollup
2023-12-06 22:23:25 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Dont suggest ! for path in function call if it has generic args 2023-11-27 01:02:37 +00:00
build_reduced_graph.rs merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
check_unused.rs Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkov 2023-10-26 17:45:43 +02:00
def_collector.rs Option<CoroutineKind> 2023-12-04 13:03:37 -08:00
diagnostics.rs tip for define macro name after macro_rules! 2023-12-06 23:19:39 +08:00
effective_visibilities.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
errors.rs tip for define macro name after macro_rules! 2023-12-06 23:19:39 +08:00
ident.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
imports.rs Use the glob binding in resolve_rustdoc_path process 2023-12-06 21:48:19 +08:00
late.rs Address code review feedback 2023-12-04 14:33:46 -08:00
lib.rs rustc: Harmonize DefKind and DefPathData 2023-12-03 16:24:56 +03:00
macros.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
rustdoc.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00