Skip to content

Commit

Permalink
20875
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Tavares committed Oct 25, 2015
1 parent 2b230a0 commit 18f55db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/20875.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#![feature(no_core,lang_items)]
#![no_core]

#[lang="sized"]
struct Bar<T> {field: T}

fn main() {}

0 comments on commit 18f55db

Please sign in to comment.