1
Fork 0

Stabilize const_refs_to_static

update tests

fix bitwidth-sensitive stderr output

use build-fail for asm tests
This commit is contained in:
Ding Xiang Fei 2024-08-30 04:48:05 +08:00 committed by Xiang Fei Ding
parent 76ed7a1fa4
commit 1576a6d618
No known key found for this signature in database
GPG key ID: 3CD748647EEF6359
45 changed files with 157 additions and 442 deletions

View file

@ -4,8 +4,6 @@
//@ normalize-stderr-test: "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
//@ normalize-stderr-test: "([0-9a-f][0-9a-f] |╾─*A(LLOC)?[0-9]+(\+[a-z0-9]+)?(<imm>)?─*╼ )+ *│.*" -> "HEX_DUMP"
#![feature(const_refs_to_static)]
use std::cell::UnsafeCell;
struct Meh {