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