1
Fork 0

Bless rustdoc-ui tests

Co-authored-by: Adrian <adrian.iosdev@gmail.com>
This commit is contained in:
Nilstrieb 2023-11-21 16:44:51 +00:00
parent 41e8d152dc
commit 87a354b15d
64 changed files with 64 additions and 64 deletions

View file

@ -12,6 +12,6 @@ help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to break the cycle
LL | V(Box<E>),
| ++++ +
error: aborting due to previous error
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0072`.

View file

@ -11,6 +11,6 @@ help: insert some indirection (e.g., a `DEF_ID`) to break the cycle
LL | This(Box<E>),
| ++++ +
error: aborting due to previous error
error: aborting due to 1 previous error
For more information about this error, try `DEF_ID`.

View file

@ -12,6 +12,6 @@ help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to break the cycle
LL | V(Box<E>),
| ++++ +
error: aborting due to previous error
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0072`.