about summary refs log tree commit diff
path: root/src/test/compile-fail/recursion.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-01-08 16:15:03 +0000
committerbors <bors@rust-lang.org>2015-01-08 16:15:03 +0000
commita8a210b57ef6b2f5f66b8798c80acfde70c9d2e7 (patch)
treec59e0b1e1f265bd94d2a35d512ca93f4c43e5284 /src/test/compile-fail/recursion.rs
parent2f99a41fe1a27a48e96bc2616ec9faa6de924386 (diff)
parent6342aa62efd1b3aa7e1bc8f834f317290b11c519 (diff)
downloadrust-a8a210b57ef6b2f5f66b8798c80acfde70c9d2e7.tar.gz
rust-a8a210b57ef6b2f5f66b8798c80acfde70c9d2e7.zip
auto merge of #20032 : Manishearth/rust/plugin-loader, r=cmr
`rustc something.rs -L folder_with_plugin_dylib/ -Z extra-plugins=foo` works via this

My way of testing this is by cloning https://github.com/Manishearth/rust-clippy, `cargo build`ing it, and then running `rustc examples/box_vec.rs -L target/ -Z extra-plugins=rust_clippy` after editing out the `exern crate rust_clippy` from `box_vec.rs`

r? @huonw

fixes #15446
Diffstat (limited to 'src/test/compile-fail/recursion.rs')
-rw-r--r--src/test/compile-fail/recursion.rs2
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,