2024-12-25 22:12:17 +11:00
|
|
|
//@ normalize-stderr: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
|
2021-01-18 01:14:01 -05:00
|
|
|
#![deny(rustdoc::missing_crate_level_docs)]
|
|
|
|
//^~ NOTE defined here
|
2019-12-01 20:12:49 +01:00
|
|
|
|
|
|
|
pub fn foo() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
//~? ERROR no documentation found for this crate's top-level module
|