mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
error: pointers cannot be reliably compared during const eval
|
|
--> $DIR/issue-25826.rs:3:30
|
|
|
|
|
LL | const A: bool = unsafe { id::<u8> as *const () < id::<u16> as *const () };
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: see issue #53020 <https://github.com/rust-lang/rust/issues/53020> for more information
|
|
|
|
error: aborting due to 1 previous error
|
|
|