Skip to content

Commit 13ea774

Browse files
committed
bless tests
1 parent e9c9657 commit 13ea774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/consts/const-eval/validate_uninhabited_zsts.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ warning: any use of this value will cause an error
44
LL | unsafe { std::mem::transmute(()) }
55
| ^^^^^^^^^^^^^^^^^^^^^^^
66
| |
7-
| entering unreachable code
7+
| transmuting to uninhabited type
88
| inside call to `foo` at $DIR/validate_uninhabited_zsts.rs:14:26
99
...
1010
LL | const FOO: [Empty; 3] = [foo(); 3];

0 commit comments

Comments
 (0)