]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0116.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / error-codes / E0116.rs
1 impl Vec<u8> {}
2 //~^ ERROR E0116
3
4 fn main() {
5 }