Skip to content

Commit 3b78161

Browse files
committed
Update ui test suite to nightly-2025-02-12
1 parent 46a70c0 commit 3b78161

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/ui/bare-trait-object.stderr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ help: you can add the `dyn` keyword if you want a trait object
1010
| +++
1111
help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send + Sync`
1212
|
13-
11 | impl<T: Send + Sync> Trait for T {
14-
| ++++++++++++++++ ~
13+
11 - impl Trait for Send + Sync {
14+
11 + impl<T: Send + Sync> Trait for T {
15+
|

0 commit comments

Comments
 (0)