Skip to content

Commit c946dfe

Browse files
committed
Update ui test suite to nightly-2022-08-23
1 parent 774a265 commit c946dfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ui/test-not-send.stderr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
error[E0277]: `proc_macro::Span` cannot be sent between threads safely
2-
--> test-not-send.rs:5:5
2+
--> test-not-send.rs:5:21
33
|
44
5 | requires_send::<Span>();
5-
| ^^^^^^^^^^^^^^^^^^^^^ `proc_macro::Span` cannot be sent between threads safely
5+
| ^^^^ `proc_macro::Span` cannot be sent between threads safely
66
|
77
= help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`
88
= note: required because it appears within the type `proc_macro2::imp::Span`
@@ -14,10 +14,10 @@ note: required by a bound in `requires_send`
1414
| ^^^^ required by this bound in `requires_send`
1515

1616
error[E0277]: `Rc<()>` cannot be sent between threads safely
17-
--> test-not-send.rs:5:5
17+
--> test-not-send.rs:5:21
1818
|
1919
5 | requires_send::<Span>();
20-
| ^^^^^^^^^^^^^^^^^^^^^ `Rc<()>` cannot be sent between threads safely
20+
| ^^^^ `Rc<()>` cannot be sent between threads safely
2121
|
2222
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
2323
= note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits`

0 commit comments

Comments
 (0)