diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/dyn-star/align.over_aligned.stderr (renamed from src/test/ui/dyn-star/align.over_aligned.stderr) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/dyn-star/align.over_aligned.stderr b/tests/ui/dyn-star/align.over_aligned.stderr index 6b6fc55d8..62e28efab 100644 --- a/src/test/ui/dyn-star/align.over_aligned.stderr +++ b/tests/ui/dyn-star/align.over_aligned.stderr @@ -4,7 +4,7 @@ warning: the feature `dyn_star` is incomplete and may not be safe to use and/or LL | #![feature(dyn_star)] | ^^^^^^^^ | - = note: see issue #91611 <https://github.com/rust-lang/rust/issues/91611> for more information + = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information = note: `#[warn(incomplete_features)]` on by default error[E0277]: `AlignedUsize` needs to be a pointer-sized type |