]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / path_clarity / foo / bar.rs
CommitLineData
f20569fa
XL
1pub fn fn_in_bar( ) {
2 println!( "foo/bar.rs" );
3}