mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +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-macos
|
||||||
// ignore-windows
|
|
||||||
|
|
||||||
#![feature(rustc_attrs)]
|
#![feature(rustc_attrs)]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
error: recursing into entrypoint `a`
|
error: recursing into entrypoint `a`
|
||||||
--> $DIR/entrypoint_recursion.rs:11:5
|
--> $DIR/entrypoint_recursion.rs:10:5
|
||||||
|
|
|
|
||||||
LL | a();
|
LL | a();
|
||||||
| ^
|
| ^
|
||||||
|
|
Loading…
Reference in a new issue