mirror of
https://github.com/Noratrieb/accursed-unutterable-type-id.git
synced 2026-01-14 16:45:00 +01:00
8 lines
158 B
Rust
8 lines
158 B
Rust
use accursed_unutterable_type_id::AccursedUnutterablyTypeIdentified;
|
|
|
|
#[derive(AccursedUnutterablyTypeIdentified)]
|
|
struct Uwu<T> {
|
|
_x: T,
|
|
}
|
|
|
|
fn main() {}
|