Skip to content

Commit 87a354b

Browse files
NoratriebadrianEffe
andcommittedNov 24, 2023
Bless rustdoc-ui tests
Co-authored-by: Adrian <[email protected]>
1 parent 41e8d15 commit 87a354b

File tree

64 files changed

+64
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+64
-64
lines changed
 

‎tests/rustdoc-ui/bounded-hr-lifetime.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ error: lifetime bounds cannot be used in this context
44
LL | for<'a: 'b + 'c> &'a (): std::fmt::Debug,
55
| ^^ ^^
66

7-
error: aborting due to previous error
7+
error: aborting due to 1 previous error
88

‎tests/rustdoc-ui/const-evalutation-ice.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ error[E0080]: evaluation of constant value failed
44
LL | pub const N: usize = 0 - (mem::size_of::<S>() != 400) as usize;
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
66

7-
error: aborting due to previous error
7+
error: aborting due to 1 previous error
88

99
For more information about this error, try `rustc --explain E0080`.

0 commit comments

Comments
 (0)
Please sign in to comment.