Skip to content

Commit a2f3ccc

Browse files
committed
Update ui test suite to nightly-2023-02-11
1 parent 7f06892 commit a2f3ccc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

tests/ui/unpin_impl.stderr

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
error[E0282]: type annotations needed
2-
--> tests/ui/unpin_impl.rs:1:1
3-
|
4-
1 | #[cxx::bridge]
5-
| ^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `__AmbiguousIfImpl`
2+
--> tests/ui/unpin_impl.rs:4:14
63
|
7-
= note: this error originates in the attribute macro `cxx::bridge` (in Nightly builds, run with -Z macro-backtrace for more info)
4+
4 | type Opaque;
5+
| ^^^^^^ cannot infer type
86

97
error[E0283]: type annotations needed
108
--> tests/ui/unpin_impl.rs:1:1
119
|
1210
1 | #[cxx::bridge]
13-
| ^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `__AmbiguousIfImpl`
11+
| ^^^^^^^^^^^^^^ cannot infer type
1412
|
1513
note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found
1614
--> tests/ui/unpin_impl.rs:1:1

tests/ui/unsupported_elided.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ error[E0726]: implicit elided lifetime not allowed here
44
6 | type T;
55
| ^ expected lifetime parameter
66
|
7-
= note: assuming a `'static` lifetime...
87
help: indicate the anonymous lifetime
98
|
109
6 | type T<'_>;

0 commit comments

Comments
 (0)