diff options
Diffstat (limited to 'tests/ui/packed/packed-struct-generic-transmute.rs')
| -rw-r--r-- | tests/ui/packed/packed-struct-generic-transmute.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/packed/packed-struct-generic-transmute.rs b/tests/ui/packed/packed-struct-generic-transmute.rs index 17e72bebc7d..66972633d80 100644 --- a/tests/ui/packed/packed-struct-generic-transmute.rs +++ b/tests/ui/packed/packed-struct-generic-transmute.rs @@ -3,8 +3,6 @@ // the error points to the start of the file, not the line with the // transmute -//@ error-pattern: cannot transmute between types of different sizes, or dependently-sized types - use std::mem; #[repr(packed)] |
