Skip to content

Commit 652ecb8

Browse files
Remove ui test for doc_cfg feature gate
1 parent 3835d4a commit 652ecb8

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
#[doc(cfg(unix))] //~ ERROR: `#[doc(cfg)]` is experimental
1+
//@ build-pass
2+
3+
// FIXME: Remove this test once `doc_cfg` feature is completely removed.
4+
5+
#[doc(cfg(unix))]
26
fn main() {}

tests/ui/feature-gates/feature-gate-doc_cfg.stderr

-13
This file was deleted.

0 commit comments

Comments
 (0)