diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-11 14:32:31 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-09-27 11:29:49 +0200 |
| commit | c06a076634e4feab47e133fe6325af9659bab082 (patch) | |
| tree | a76922c076d81c95adca4ac6aafe77383a0e9a10 /tests/rustdoc/doc-auto-cfg.rs | |
| parent | ed05315867b7dd17a456beaabc3faf36357f9447 (diff) | |
| download | rust-c06a076634e4feab47e133fe6325af9659bab082.tar.gz rust-c06a076634e4feab47e133fe6325af9659bab082.zip | |
Put back the `doc_cfg` code behind a nightly feature
Diffstat (limited to 'tests/rustdoc/doc-auto-cfg.rs')
| -rw-r--r-- | tests/rustdoc/doc-auto-cfg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/doc-auto-cfg.rs b/tests/rustdoc/doc-auto-cfg.rs index b3fe8922fd7..e56cf18d08a 100644 --- a/tests/rustdoc/doc-auto-cfg.rs +++ b/tests/rustdoc/doc-auto-cfg.rs @@ -1,4 +1,4 @@ -#![feature(doc_auto_cfg)] +#![feature(doc_cfg)] #![crate_name = "foo"] //@ has foo/fn.foo.html |
