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,10 +1,6 @@
//@ check-pass
#[doc(include = "external-cross-doc.md")]
//~^ WARNING unknown `doc` attribute `include`
//~^ ERROR unknown `doc` attribute `include`
//~| HELP use `doc = include_str!` instead
// FIXME(#85497): make this a deny instead so it's more clear what's happening
//~| NOTE on by default
//~| WARNING previously accepted
//~| NOTE see issue #82730
pub struct NeedMoreDocs;