rust/tests/ui/traits/alias/auxiliary/send_sync.rs

4 lines
60 B
Rust

#![feature(trait_alias)]
pub trait SendSync = Send + Sync;