Skip to content

Commit cc230fb

Browse files
committed
Added comment to tests\ui\str\debug-print-basic-tuple.rs
1 parent 245096b commit cc230fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/str/debug-print-basic-tuple.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! regression test for <https://github.com/rust-lang/rust/issues/3109>
12
//@ run-pass
23
pub fn main() {
34
println!("{:?}", ("hi there!", "you"));

0 commit comments

Comments
 (0)