about summary refs log tree commit diff
path: root/tests/ui/check-cfg/hrtb-crash.rs
blob: f2bce33f9f9ade485d8463df5dd974779faf4b60 (plain)
1
2
3
4
5
6
7
// https://github.com/rust-lang/rust/issues/139825
//@ compile-flags: --check-cfg=cfg(docsrs,test) --crate-type lib
//@ check-pass
struct A
where
    for<#[cfg(b)] c> u8:;
//~^ WARN: unexpected `cfg` condition name