]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/issue-4245.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / issue-4245.rs
CommitLineData
f20569fa
XL
1
2
3fn a(a: & // Comment
4 // Another comment
5 'a File) {}
6
7fn b(b: & /* Another Comment */'a File) {}
8
9fn c(c: &'a /*Comment */ mut /*Comment */ File){}
10
11fn d(c: & // Comment
12'b // Multi Line
13// Comment
14mut // Multi Line
15// Comment
16File
17) {}
18
19fn e(c: &// Comment
20File) {}
21
22fn d(c: &// Comment
23mut // Multi Line
24// Comment
25File
26) {}