add a link to issue 154487

This commit is contained in:
Takayuki Maeda
2026-04-14 02:08:02 +09:00
parent af80b0f2cd
commit 5c80d9031d
@@ -1,5 +1,7 @@
//@ check-pass
//@ compile-flags: --check-cfg=cfg(feature,values("enabled_feature"))
// Regression test for https://github.com/rust-lang/rust/issues/154487
#![crate_type = "lib"]
#![deny(unused_features)]
#![feature(doc_cfg)]