mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 19:57:10 +00:00
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
error: must be overridden by codegen backend, but isn't
|
|
--> $DIR/not-overridden.rs:16:14
|
|
|
|
|
LL | unsafe { const_deallocate(std::ptr::null_mut(), 0, 0) }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
query stack during panic:
|
|
end of query stack
|
|
error: aborting due to 1 previous error
|
|
|