We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4a0e8 commit e548c46Copy full SHA for e548c46
src/librustc/ty/mod.rs
@@ -953,7 +953,7 @@ impl<'tcx> TraitPredicate<'tcx> {
953
// dep-nodes for `u32: SomeTrait` and `u64: SomeTrait`, but we
954
// would have distinct dep-nodes for `Vec<u32>: SomeTrait`,
955
// `Rc<u32>: SomeTrait`, and `(Vec<u32>, Rc<u32>): SomeTrait`.
956
- // Note that it's always sound to conflate dep-nodes, it jus
+ // Note that it's always sound to conflate dep-nodes, it just
957
// leads to more recompilation.
958
let def_ids: Vec<_> =
959
self.input_types()
0 commit comments