diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-07-11 15:44:03 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-07-11 15:44:03 +0200 |
| commit | 2ed6ed41beebb2aa2ffc91ab0da4c5f70c40366b (patch) | |
| tree | f7ee58daa96b6179271bf0ccf98b5ff00ec17d4d /src/tools/clippy/tests/ui/crashes | |
| parent | fdf7ea6b5b1cac83c0f29e681202cf18bf25b01c (diff) | |
| parent | b794b8e08c16517a941dc598bb1483e8e12a8592 (diff) | |
| download | rust-2ed6ed41beebb2aa2ffc91ab0da4c5f70c40366b.tar.gz rust-2ed6ed41beebb2aa2ffc91ab0da4c5f70c40366b.zip | |
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-update
Diffstat (limited to 'src/tools/clippy/tests/ui/crashes')
| -rw-r--r-- | src/tools/clippy/tests/ui/crashes/ice-12616.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/crashes/ice-12616.stderr b/src/tools/clippy/tests/ui/crashes/ice-12616.stderr index c7cf5cf5483..a84a945a429 100644 --- a/src/tools/clippy/tests/ui/crashes/ice-12616.stderr +++ b/src/tools/clippy/tests/ui/crashes/ice-12616.stderr @@ -1,4 +1,4 @@ -error: `as` casting between raw pointers without changing its mutability +error: `as` casting between raw pointers without changing their constness --> tests/ui/crashes/ice-12616.rs:6:5 | LL | s() as *const (); |
