about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-01-20 19:18:23 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-01-20 19:18:23 -0500
commit1f6f750adeb3c9753272ce074243b88f9b3ecc81 (patch)
treee348b448063d7b069a4df0ed3153bde7631f1f1b
parenta4cbb44ae2c80545db957763b502dc7f6ea22085 (diff)
downloadrust-1f6f750adeb3c9753272ce074243b88f9b3ecc81.tar.gz
rust-1f6f750adeb3c9753272ce074243b88f9b3ecc81.zip
Remove flaky test
See https://github.com/rust-lang/rust/pull/81197 for what's going on
here; this is a temporary stopgap until someone has time to review the
proper fix.
-rw-r--r--src/test/rustdoc/issue-80893.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/rustdoc/issue-80893.rs b/src/test/rustdoc/issue-80893.rs
deleted file mode 100644
index 7c958a80be3..00000000000
--- a/src/test/rustdoc/issue-80893.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// compile-flags: --test -Z unstable-options --test-builder true
-
-/// ```no_run
-/// This tests that `--test-builder` is accepted as a flag by rustdoc.
-/// ```
-pub struct Foo;