diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-06-13 17:41:25 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-06-19 09:52:36 +0200 |
| commit | 667f94cb247ae826563ad185170747dc0ac8d658 (patch) | |
| tree | d036c89df3cda8c0f5010b107316586f679fc0b6 | |
| parent | 6229a8f1f6853491808e960a8a88d4396dc391d0 (diff) | |
| download | rust-667f94cb247ae826563ad185170747dc0ac8d658.tar.gz rust-667f94cb247ae826563ad185170747dc0ac8d658.zip | |
Update ui test output
| -rw-r--r-- | src/test/ui/consts/miri_unleashed/mutable_references_ice.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/miri_unleashed/mutable_references_ice.stderr b/src/test/ui/consts/miri_unleashed/mutable_references_ice.stderr index f695ce30f19..ff2351e1fdc 100644 --- a/src/test/ui/consts/miri_unleashed/mutable_references_ice.stderr +++ b/src/test/ui/consts/miri_unleashed/mutable_references_ice.stderr @@ -6,7 +6,7 @@ LL | *MUH.x.get() = 99; thread 'rustc' panicked at 'assertion failed: `(left != right)` left: `Const`, - right: `Const`: UnsafeCells are not allowed behind references in constants. This should have been prevented statically by const qualification. If this were allowed one would be able to change a constant at one use site and other use sites may arbitrarily decide to change, too.', src/librustc_mir/interpret/intern.rs:126:17 + right: `Const`: UnsafeCells are not allowed behind references in constants. This should have been prevented statically by const qualification. If this were allowed one would be able to change a constant at one use site and other use sites may arbitrarily decide to change, too.', src/librustc_mir/interpret/intern.rs:127:17 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. error: internal compiler error: unexpected panic |
