]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/doctests-keep-binaries/t.rs
Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay
[rust.git] / src / test / run-make-fulldeps / doctests-keep-binaries / t.rs
1 /// Fungle the foople.
2 /// ```
3 /// t::foople();
4 /// ```
5 pub fn foople() {}
6
7 /// Flomble the florp
8 /// ```
9 /// t::florp();
10 /// ```
11 pub fn florp() {}