Skip to content

Commit 09a442d

Browse files
committedSep 3, 2019
Update test stderr with results of enabling unused lints
1 parent 4ffb429 commit 09a442d

File tree

57 files changed

+122
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+122
-69
lines changed
 

‎src/test/ui/associated-type-bounds/bounds-on-assoc-in-trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
// check-pass
22

33
#![feature(associated_type_bounds)]
44

‎src/test/ui/associated-type-bounds/fn-apit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// run-pass
22
// aux-build:fn-aux.rs
33

4+
#![allow(unused)]
45
#![feature(associated_type_bounds)]
56

67
extern crate fn_aux;

0 commit comments

Comments
 (0)