DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / ui / async-await / in-trait / hir-hash.rs
1234567891011
// Issue #122508 //@ check-pass //@ incremental //@ edition:2021 trait MyTrait { async fn bar(&self) -> i32; } fn main() {}