| #[doc(test(no_crate_inject))] |
| //~^ ERROR can only be applied at the crate level |
| //~| WARN is being phased out |
| //~| HELP to apply to the crate, use an inner attribute |
| //~^ ERROR can only be applied to a `use` item |
| //~| WARN is being phased out |
| #![doc(test(no_crate_inject))] |
| //~^ ERROR can only be applied at the crate level |
| //~| WARN is being phased out |
| #[doc(test(no_crate_inject))] |
| //~^ ERROR can only be applied at the crate level |
| //~| WARN is being phased out |
| //~^ ERROR can only be applied to a `use` item |
| //~| WARN is being phased out |
| //~^^ ERROR conflicting doc inlining attributes |
| //~| HELP remove one of the conflicting attributes |