]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/issue-99122.stderr
Auto merge of #96711 - emilio:inline-slice-clone, r=nikic
[rust.git] / src / test / ui / asm / issue-99122.stderr
1 error[E0641]: cannot cast to a pointer of an unknown kind
2   --> $DIR/issue-99122.rs:5:27
3    |
4 LL |     let pointer = 1u32 as *const _;
5    |                           ^^^^^^^^ needs more type information
6    |
7    = note: the type information given here is insufficient to check whether the pointer cast is valid
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0641`.