Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
10
tests/rustdoc-ui/doc-include-suggestion.rs
Normal file
10
tests/rustdoc-ui/doc-include-suggestion.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
// check-pass
|
||||
|
||||
#[doc(include = "external-cross-doc.md")]
|
||||
//~^ WARNING 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;
|
Loading…
Add table
Add a link
Reference in a new issue