Home
last modified time | relevance | path

Searched refs:must_use_with_note (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmust_use_unit.rs17 pub fn must_use_with_note() {} in must_use_with_note() function
22 must_use_with_note(); in main()
H A Ddouble_must_use.rs20 pub fn must_use_with_note() -> Result<(), ()> { in must_use_with_note() function
27 must_use_with_note(); in main()
H A Dmust_use_unit.fixed17 pub fn must_use_with_note() {}
22 must_use_with_note();
H A Dmust_use_unit.stderr24 LL | pub fn must_use_with_note() {}