rust/crates/parser/test_data/parser/err/0044_item_modifiers.rs
2021-12-26 17:58:33 +03:00

3 lines
50 B
Rust

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