diff options
Diffstat (limited to 'tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr')
-rw-r--r-- | tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr b/tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr index 9eec0b09e..72bce5de0 100644 --- a/tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr +++ b/tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr @@ -6,6 +6,6 @@ LL | let y = &x.0; | = note: references to fields of layout constrained fields lose the constraints. Coupled with interior mutability, the field can be changed to invalid values -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0133`. |