Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
118952-2.rs
blob: 469b1e8e90599c3a30f83e2a12373fea4cc778ab [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #118952
#![
feature
(
generic_const_exprs
)]
pub
struct
TinyVec
<
T
,
const
N
:
usize
=
{
()
}>
where
[();
()
-
std
::
mem
::
size_of
()
-
std
::
mem
::
size_of
::<
isize
>()]:,
{}
pub
fn
main
()
{
let
t
=
TinyVec
::<
u8
>::
new
();
}