Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Conflicts:
	src/test/compile-fail/associated-types-overridden-default.rs
	src/test/compile-fail/issue-23595-1.rs
	src/test/compile-fail/issue-23595-2.rs
  • Loading branch information
brson committed Jul 30, 2015
1 parent 4d16047 commit 3a75d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/compile-fail/issue-23073.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![feature(associated_type_defaults)]

trait Foo { type T; }
trait Bar {
type Foo: Foo;
Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/lint-missing-doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// injected intrinsics by the compiler.
#![deny(missing_docs)]
#![allow(dead_code)]
#![feature(associated_type_defaults)]

//! Some garbage docs for the crate here
#![doc="More garbage"]
Expand Down

0 comments on commit 3a75d0e

Please sign in to comment.