about summary refs log tree commit diff
path: root/tests/crashes/129425.rs
blob: ac7dc0078474d827f3007c755b4917e6f1d61f43 (plain)
1
2
3
4
5
6
//@ known-bug: rust-lang/rust#129425

//@compile-flags: --crate-type=lib

#![feature(generic_const_exprs)]
fn foo<'a, T: 'a>(_: [(); std::mem::offset_of!((T,), 0)]) {}