1 2 3 4 5 6 7 8 9
#![doc(html_playground_url = "https://play.rust-lang.org/")] /// bla /// /// ``` /// let x = 12; /// println!("{x}"); /// ``` pub struct Bar;