We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4797c commit 85a400dCopy full SHA for 85a400d
compiler/rustc_middle/src/ty/walk.rs
@@ -55,7 +55,7 @@ impl GenericArg<'tcx> {
55
/// that appear in `self`, it does not descend into the fields of
56
/// structs or variants. For example:
57
///
58
- /// ```notrust
+ /// ```text
59
/// isize => { isize }
60
/// Foo<Bar<isize>> => { Foo<Bar<isize>>, Bar<isize>, isize }
61
/// [isize] => { [isize], isize }
@@ -80,7 +80,7 @@ impl<'tcx> super::TyS<'tcx> {
80
81
82
83
84
85
86
0 commit comments