mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 04:23:37 +00:00
6 lines
127 B
Rust
6 lines
127 B
Rust
//@ known-bug: #123959
|
|
#![feature(generic_const_exprs)]
|
|
fn foo<T>(_: [(); std::mem::offset_of!((T,), 0)]) {}
|
|
|
|
pub fn main() {}
|