We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa6bdd commit 8b29ad7Copy full SHA for 8b29ad7
compiler/rustc_smir/src/stable_mir/mod.rs
@@ -32,7 +32,7 @@ pub type DefId = usize;
32
/// A list of crate items.
33
pub type CrateItems = Vec<CrateItem>;
34
35
-/// A list of crate items.
+/// A list of trait decls.
36
pub type TraitDecls = Vec<TraitDef>;
37
38
/// Holds information about a crate.
0 commit comments