diff options
Diffstat (limited to 'src/test/compile-fail/recursion.rs')
| -rw-r--r-- | src/test/compile-fail/recursion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/recursion.rs b/src/test/compile-fail/recursion.rs index da05514f763..de326677c86 100644 --- a/src/test/compile-fail/recursion.rs +++ b/src/test/compile-fail/recursion.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//~^^^^^^^^^^ ERROR overflow +// ignore-command-line: See https://github.com/rust-lang/rust/issues/20747 // // We also get a second error message at the top of file (dummy // span). This is not helpful, but also kind of annoying to prevent, |
