aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/sized-stub.rs
blob: 4e89b1fb134af656b2f3ebe6565e8fe8ad41986a (plain)
1
2
3
4
5
6
#![feature(lang_items)]
#![feature(no_core)]
#![no_core]

#[lang = "sized"]
trait Sized {}