Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-03-21
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 21, 2022
1 parent 1a763e4 commit 6833150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/no-impl.stderr
Expand Up @@ -22,7 +22,7 @@ note: the following traits must be implemented
--> $RUST/core/src/convert/mod.rs
|
| / pub trait Into<T>: Sized {
| | /// Performs the conversion.
| | /// Converts this type into the (usually inferred) input type.
| | #[must_use]
| | #[stable(feature = "rust1", since = "1.0.0")]
| | fn into(self) -> T;
Expand Down

0 comments on commit 6833150

Please sign in to comment.