rust/crates/syntax/test_data/parser/err/0044_item_modifiers.rs
2021-11-16 20:02:42 +02:00

3 lines
50 B
Rust

unsafe async fn foo() {}
unsafe const fn bar() {}