Skip to content

Commit

Permalink
29595
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Dec 30, 2015
1 parent f3f9b04 commit 1a39250
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/29595.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#![feature(associated_consts)]

trait Tr {
const C: Self;
}

fn main() {
let a: u8 = Tr::C;
}

0 comments on commit 1a39250

Please sign in to comment.