Fix tests/rustdoc/target-feature.rs test by adding missing #![feature(doc_cfg)]

This commit is contained in:
Guillaume Gomez 2025-07-01 17:00:21 +02:00
parent 254a2139f6
commit 6fecff45d9

View file

@ -1,3 +1,5 @@
#![feature(doc_cfg)]
#![crate_name = "foo"]
//@ has 'foo/index.html'