Skip to content

Commit bf28140

Browse files
committed
---
yaml --- r: 129702 b: refs/heads/master c: a40e2a6 h: refs/heads/master v: v3
1 parent 1c81042 commit bf28140

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e0cfe10aad151211fdb6fedaad44334400a37d06
2+
refs/heads/master: a40e2a6463f972f687ab7e3636ba8c5595d9877c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 602592675ce86aeca465c4ac748cee2bff291443
55
refs/heads/try: 55c1a67fa1eb621bb8e73e0b13af2823391eb1be

trunk/src/test/compile-fail/resolve-conflict-import-vs-extern-crate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use std::slice as std; //~ ERROR import conflicts with imported crate
11+
use std::slice as std; //~ ERROR import `std` conflicts with imported crate
1212

1313
fn main() {
1414
}

trunk/src/test/compile-fail/resolve-conflict-item-vs-import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
use std::mem::transmute;
12-
//~^ ERROR import conflicts with value in this module
12+
//~^ ERROR import `transmute` conflicts with value in this module
1313

1414
fn transmute() {}
1515

0 commit comments

Comments
 (0)