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 1dc748f commit 947b74bCopy full SHA for 947b74b
src/librustc_middle/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