Skip to content

Commit

Permalink
Also catch rust-lang#71353
Browse files Browse the repository at this point in the history
  • Loading branch information
jumbatm committed Apr 21, 2020
1 parent 25f070d commit 32ff9a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/test/ui/consts/const-eval/ice-generic-assoc-const.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// check-pass
// build-pass
#![crate_type = "lib"]

pub trait Nullable {
const NULL: Self;
Expand All @@ -13,6 +14,3 @@ impl<T> Nullable for *const T {
*self == Self::NULL
}
}

fn main() {
}

0 comments on commit 32ff9a0

Please sign in to comment.