summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0199_effect_blocks.rs
blob: c57d24b2f7bb181ec52642a08dd0d8398364c690 (plain)
1
2
3
4
fn f() { unsafe { } }
fn f() { const { } }
fn f() { async { } }
fn f() { async move { } }