Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unused feature gates
  • Loading branch information
oli-obk committed Jan 23, 2019
commit 5d6faf7b4af94d0da681e9873539f9f13279290d
1 change: 0 additions & 1 deletion src/test/ui/existential_types/auxiliary/cross_crate_ice.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Crate that exports an existential type. Used for testing cross-crate.

#![feature(const_fn)]
#![crate_type="rlib"]

#![feature(existential_type)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Crate that exports an existential type. Used for testing cross-crate.

#![feature(const_fn)]
#![crate_type="rlib"]

#![feature(existential_type)]
Expand Down