]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-945.rs
Fix typos “an”→“a” and a few different ones that appeared in the same search
[rust.git] / tests / source / issue-945.rs
1 impl Bar { default const unsafe fn foo() { "hi" } }
2
3 impl Baz { default unsafe extern "C" fn foo() { "hi" } }
4
5 impl Foo for Bar { default fn foo() { "hi" } }