Remove notrust in rustc_middle
Fix #19599 This confuse people, no trust or not rust? Or not rust no trust? Only trust rust ^^
This commit is contained in:
parent
3b4797cb59
commit
85a400d44e
@ -55,7 +55,7 @@ impl GenericArg<'tcx> {
|
||||
/// that appear in `self`, it does not descend into the fields of
|
||||
/// structs or variants. For example:
|
||||
///
|
||||
/// ```notrust
|
||||
/// ```text
|
||||
/// isize => { isize }
|
||||
/// Foo<Bar<isize>> => { Foo<Bar<isize>>, Bar<isize>, isize }
|
||||
/// [isize] => { [isize], isize }
|
||||
@ -80,7 +80,7 @@ impl<'tcx> super::TyS<'tcx> {
|
||||
/// that appear in `self`, it does not descend into the fields of
|
||||
/// structs or variants. For example:
|
||||
///
|
||||
/// ```notrust
|
||||
/// ```text
|
||||
/// isize => { isize }
|
||||
/// Foo<Bar<isize>> => { Foo<Bar<isize>>, Bar<isize>, isize }
|
||||
/// [isize] => { [isize], isize }
|
||||
|
Loading…
x
Reference in New Issue
Block a user