rust/compiler/rustc_resolve/src
Matthias Krüger f62d981a18
Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkin
Make sure `tcx.create_def` also depends on the forever red node, instead of just `tcx.at(span).create_def`

oversight from https://github.com/rust-lang/rust/pull/119136

Not actually an issue, because all uses of `tcx.create_def` were in the resolver, which is `eval_always`, but still good to harden against future uses of `create_def`

cc `@petrochenkov` `@WaffleLapkin`
2024-02-15 09:20:20 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late remove importing suggestions when there is a shadowed typo canddiate 2024-02-14 14:08:51 +08:00
build_reduced_graph.rs Improve some codes according to the reviews 2024-02-12 12:47:32 +08:00
check_unused.rs Bump indexmap 2024-02-13 21:03:34 +00:00
def_collector.rs Check representation of unnamed fields 2024-02-12 12:47:31 +08:00
diagnostics.rs Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors 2024-02-06 22:45:39 +01:00
effective_visibilities.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
errors.rs Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors 2024-02-06 22:45:39 +01:00
ident.rs Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors 2024-02-06 22:45:39 +01:00
imports.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
late.rs Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb 2024-02-08 20:34:57 +01:00
lib.rs Move all the heavy lifting from TyCtxtAt::create_def into TyCtxt::create_def 2024-02-14 16:03:49 +00:00
macros.rs Supress unhelpful diagnostics for unresolved top level attributes 2024-01-29 17:43:07 +08:00
rustdoc.rs NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00