Auto merge of #9215 - alex-semenyuk:enable_test_entrypoint_recursion, r=Jarcho
Enable test for entrypoint_recursion for windows Verified that this test actually works on windows changelog: none
This commit is contained in:
commit
fa3c293db4
@ -1,5 +1,4 @@
|
||||
// ignore-macos
|
||||
// ignore-windows
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
error: recursing into entrypoint `a`
|
||||
--> $DIR/entrypoint_recursion.rs:11:5
|
||||
--> $DIR/entrypoint_recursion.rs:10:5
|
||||
|
|
||||
LL | a();
|
||||
| ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user