fix most compiler/ doctests

This commit is contained in:
Elliot Roberts
2022-04-15 15:04:34 -07:00
parent bf611439e3
commit 7907385999
116 changed files with 666 additions and 609 deletions

View File

@@ -975,7 +975,7 @@ impl<'tcx> ExplicitSelf<'tcx> {
///
/// Examples:
///
/// ```
/// ```ignore (illustrative)
/// impl<'a> Foo for &'a T {
/// // Legal declarations:
/// fn method1(self: &&'a T); // ExplicitSelf::ByReference