Files
rust/tests/ui/async-await/in-trait/auxiliary/foreign-async-fn.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
57 B
Rust
Raw Normal View History

//@ edition:2021
pub trait Foo {
async fn test();
}