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 /compiler | |
| parent | ed05315867b7dd17a456beaabc3faf36357f9447 (diff) | |
| download | rust-c06a076634e4feab47e133fe6325af9659bab082.tar.gz rust-c06a076634e4feab47e133fe6325af9659bab082.zip  | |
Put back the `doc_cfg` code behind a nightly feature
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_ast_passes/src/feature_gate.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ast_passes/src/feature_gate.rs b/compiler/rustc_ast_passes/src/feature_gate.rs index fe9cc8e61ed..35531378784 100644 --- a/compiler/rustc_ast_passes/src/feature_gate.rs +++ b/compiler/rustc_ast_passes/src/feature_gate.rs @@ -182,6 +182,7 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> { gate_doc!( "experimental" { + cfg => doc_cfg masked => doc_masked notable_trait => doc_notable_trait }  | 
