mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 11:37:32 +00:00
7 lines
118 B
Rust
7 lines
118 B
Rust
![]() |
#![feature(adt_const_params)]
|
||
|
|
||
|
use std::marker::ConstParamTy;
|
||
|
|
||
|
#[derive(Eq, PartialEq, ConstParamTy)]
|
||
|
pub struct Foo;
|