]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-945.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / 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" } }