7 lines
102 B
Rust
Raw Normal View History

#![feature(rustc_attrs)]
#[rustc_specialization_trait]
pub trait SpecTrait {
fn method(&self);
}