DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / rustdoc / auxiliary / issue-100204-aux.rs
12345678910111213
#![crate_name="first"] pub mod prelude { pub use crate::Bot; } pub struct Bot; impl Bot { pub fn new() -> Bot { Bot } }