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 6ed2a76 commit 6e643e1Copy full SHA for 6e643e1
compiler/stable_mir/src/ty.rs
@@ -226,7 +226,6 @@ pub struct ImplDef(pub DefId);
226
pub struct RegionDef(pub DefId);
227
228
/// A list of generic arguments.
229
-/// The second field is for internal usage to allow retrieving the internal representation.
230
#[derive(Clone, Debug)]
231
pub struct GenericArgs(pub Vec<GenericArgKind>);
232
0 commit comments