Skip to content

Commit 1f13e31

Browse files
committed
Update ui test suite to nightly-2023-02-01
1 parent 9610dd5 commit 1f13e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/vec_opaque.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ error[E0271]: type mismatch resolving `<Job as ExternType>::Kind == Trivial`
1414
--> tests/ui/vec_opaque.rs:22:14
1515
|
1616
22 | type Job = crate::handle::Job;
17-
| ^^^ expected enum `Trivial`, found enum `Opaque`
17+
| ^^^ expected `Trivial`, found `Opaque`
1818
|
1919
note: required by a bound in `verify_extern_kind`
2020
--> src/extern_type.rs

0 commit comments

Comments
 (0)