Skip to content

Commit b3054d2

Browse files
committed
bless compare-mode=nll output
1 parent 128d385 commit b3054d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.nll.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: lifetime may not live long enough
2-
--> $DIR/ret-impl-trait-one.rs:12:80
2+
--> $DIR/ret-impl-trait-one.rs:10:80
33
|
44
LL | async fn async_ret_impl_trait1<'a, 'b>(a: &'a u8, b: &'b u8) -> impl Trait<'a> {
55
| ________________________________--__--__________________________________________^

src/test/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unrelated.nll.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
2-
--> $DIR/ordinary-bounds-unrelated.rs:18:74
2+
--> $DIR/ordinary-bounds-unrelated.rs:16:74
33
|
44
LL | fn upper_bounds<'a, 'b, 'c, 'd, 'e>(a: Ordinary<'a>, b: Ordinary<'b>) -> impl Trait<'d, 'e>
55
| ^^^^^^^^^^^^^^^^^^

src/test/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unsuited.nll.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
2-
--> $DIR/ordinary-bounds-unsuited.rs:20:62
2+
--> $DIR/ordinary-bounds-unsuited.rs:18:62
33
|
44
LL | fn upper_bounds<'a, 'b>(a: Ordinary<'a>, b: Ordinary<'b>) -> impl Trait<'a, 'b>
55
| ^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)