mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
Stabilize transmute
in constants and statics but not const fn
This commit is contained in:
parent
c41fcad908
commit
1eb0053dcd
@ -57,14 +57,6 @@ LL | | t
|
|||||||
LL | | }
|
LL | | }
|
||||||
| |_^
|
| |_^
|
||||||
|
|
||||||
error: this could be a `const fn`
|
|
||||||
--> $DIR/could_be_const.rs:48:1
|
|
||||||
|
|
|
||||||
LL | / fn sub(x: u32) -> usize {
|
|
||||||
LL | | unsafe { transmute(&x) }
|
|
||||||
LL | | }
|
|
||||||
| |_^
|
|
||||||
|
|
||||||
error: this could be a `const fn`
|
error: this could be a `const fn`
|
||||||
--> $DIR/could_be_const.rs:67:9
|
--> $DIR/could_be_const.rs:67:9
|
||||||
|
|
|
|
||||||
@ -73,5 +65,5 @@ LL | | B
|
|||||||
LL | | }
|
LL | | }
|
||||||
| |_________^
|
| |_________^
|
||||||
|
|
||||||
error: aborting due to 9 previous errors
|
error: aborting due to 8 previous errors
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user