We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6458ce commit e9a478eCopy full SHA for e9a478e
compiler/rustc_query_system/src/dep_graph/dep_kind.rs
@@ -43,10 +43,10 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
43
44
[anon] TraitSelect,
45
46
- // WARNING: if `Symbol` is changed, make sure you update `make_compile_codegen_unit` below.
+ // WARNING: if `Symbol` is changed, make sure you update `make_compile_codegen_unit`.
47
[] CompileCodegenUnit(Symbol),
48
49
- // WARNING: if `MonoItem` is changed, make sure you update `make_compile_mono_item` below.
+ // WARNING: if `MonoItem` is changed, make sure you update `make_compile_mono_item`.
50
// Only used by rustc_codegen_cranelift
51
[] CompileMonoItem(MonoItem),
52
]);
0 commit comments