mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:15:51 +00:00
7 lines
139 B
Rust
7 lines
139 B
Rust
struct Foo {
|
|
bytes: [u8; std::mem::size_of::<Foo>()]
|
|
//~^ ERROR cycle detected when evaluating type-level constant
|
|
}
|
|
|
|
fn main() {}
|