mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Enable test for entrypoint_recursion for windows
This commit is contained in:
parent
e57c6d6f21
commit
27d49b08d5
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue