diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-02-12 22:29:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 22:29:49 +0100 |
commit | f81cb97cb20b7a3f625f8a73b343c27d938bb9b9 (patch) | |
tree | f63dcc684c5c0f7ca8002dea6f4bafa3c1790ad8 /tests/rustdoc-js-std/parser-errors.js | |
parent | 454ae9fb8b34917eedf1bfbc482aecd4c10e56bc (diff) | |
parent | 0ea0c90d58cccccd7039334092f8ee85bc4db394 (diff) | |
download | rust-f81cb97cb20b7a3f625f8a73b343c27d938bb9b9.tar.gz |
Rollup merge of #107955 - RalfJung:ancient-ub, r=jyn514
fix UB in ancient test
This seems to go back all the way to the [original version of this test](https://github.com/rust-lang/rust/blob/b9aa9def858cfc66d411972b10ce3d98479acd78/src/test/run-pass/regions-mock-trans.rs) from ten years ago... ``@nikomatsakis`` trip down memory lane? ;)
Clearly deallocation is a form of mutation so doing it to a (pointer derived from a) shared reference cannot be legal. Let's use mutable references instead.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions