1
Fork 0

Update ui tests

This commit is contained in:
Guillaume Gomez 2024-02-29 14:43:11 +01:00
parent 5ce15af6b1
commit 8e817af3ae
27 changed files with 55 additions and 241 deletions

View file

@ -1,11 +1,7 @@
#![feature(doc_cfg_hide)]
#![deny(warnings)]
#![doc(cfg_hide = "test")] //~ ERROR
//~^ WARN
#![doc(cfg_hide)] //~ ERROR
//~^ WARN
#[doc(cfg_hide(doc))] //~ ERROR
//~^ WARN
pub fn foo() {}