Stabilize const_refs_to_static
update tests fix bitwidth-sensitive stderr output use build-fail for asm tests
This commit is contained in:
parent
76ed7a1fa4
commit
1576a6d618
45 changed files with 157 additions and 442 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue