DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / 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() {}