diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-07-01 18:24:12 +0500 | 
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-07-05 00:45:24 +0500 | 
| commit | b28806da237176468ab2afae42b51fe43ad416e6 (patch) | |
| tree | f0d5298f2f64415993c0456faf966d55e4b677e0 /tests/ui/coercion/ptr-mutability-errors.rs | |
| parent | 986f1c9b692665d4e7388062b8d8536acb0c99fd (diff) | |
| download | rust-b28806da237176468ab2afae42b51fe43ad416e6.tar.gz rust-b28806da237176468ab2afae42b51fe43ad416e6.zip | |
cleaned up some tests
Diffstat (limited to 'tests/ui/coercion/ptr-mutability-errors.rs')
| -rw-r--r-- | tests/ui/coercion/ptr-mutability-errors.rs | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tests/ui/coercion/ptr-mutability-errors.rs b/tests/ui/coercion/ptr-mutability-errors.rs index 2549bd6f134..391eaf0b913 100644 --- a/tests/ui/coercion/ptr-mutability-errors.rs +++ b/tests/ui/coercion/ptr-mutability-errors.rs @@ -1,5 +1,4 @@ -// Test coercions between pointers which don't do anything fancy like unsizing. -// These are testing that we don't lose mutability when converting to raw pointers. +//! Tests that pointer coercions preserving mutability are enforced: //@ dont-require-annotations: NOTE | 
