summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-err4.32bit.stderr
blob: a553847833a89085e53a10b427de52ba855ed745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0080]: it is undefined behavior to use this value
  --> $DIR/const-err4.rs:9:11
   |
LL |     Boo = [unsafe { Foo { b: () }.a }; 4][3],
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ constructing invalid value: encountered uninitialized bytes, but expected initialized bytes
   |
   = note: The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
   = note: the raw bytes of the constant (size: 4, align: 4) {
               __ __ __ __                                     │ ░░░░
           }

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.