diff options
| author | bors <bors@rust-lang.org> | 2024-04-17 19:21:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-17 19:21:44 +0000 |
| commit | d261b5308111fa95427fcfdfd53a8331dd44a2b6 (patch) | |
| tree | 8a985a2ac605d07089841ac906e13601c9d06390 /src/tools/miri/tests | |
| parent | 9776f647e67cadaa8c5f56a04c933c72fe27ccbc (diff) | |
| parent | 7c3c2716ff46fb3276c16bdaea226e5a5abc08c0 (diff) | |
| download | rust-d261b5308111fa95427fcfdfd53a8331dd44a2b6.tar.gz rust-d261b5308111fa95427fcfdfd53a8331dd44a2b6.zip | |
Auto merge of #3481 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'src/tools/miri/tests')
| -rw-r--r-- | src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.stack.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.stack.stderr b/src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.stack.stderr index f6eeef33e9e..8426f56004b 100644 --- a/src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.stack.stderr +++ b/src/tools/miri/tests/fail/both_borrows/invalidate_against_protector3.stack.stderr @@ -6,7 +6,7 @@ LL | unsafe { *x = 0 }; | = help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental = help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information -help: <TAG> was created here, as the base tag for ALLOC +help: <TAG> was created here, as the root tag for ALLOC --> $DIR/invalidate_against_protector3.rs:LL:CC | LL | let ptr = alloc(Layout::for_value(&0i32)) as *mut i32; |
