rust/crates/syntax/test_data/parser/err/0045_item_modifiers.rs
2020-08-12 18:30:53 +02:00

2 lines
50 B
Rust

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