Skip to content

Commit 5721ca9

Browse files
committed
Auto merge of #9294 - alex-semenyuk:enable_def_id_nocore_on_windows, r=xFrednet
Enable test for def_id_nocore for windows Verified that it actully works on windows changelog: none
2 parents 57731f1 + 1e1193f commit 5721ca9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/ui/def_id_nocore.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-windows
21
// ignore-macos
32

43
#![feature(no_core, lang_items, start)]

tests/ui/def_id_nocore.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: methods called `as_*` usually take `self` by reference or `self` by mutable reference
2-
--> $DIR/def_id_nocore.rs:28:19
2+
--> $DIR/def_id_nocore.rs:27:19
33
|
44
LL | pub fn as_ref(self) -> &'static str {
55
| ^^^^

0 commit comments

Comments
 (0)