Added comment to tests\ui\str\debug-print-basic-tuple.rs

This commit is contained in:
reddevilmidzy 2025-12-03 23:40:06 +09:00
parent 245096b6ae
commit cc230fb763

View file

@ -1,3 +1,4 @@
//! regression test for <https://github.com/rust-lang/rust/issues/3109>
//@ run-pass
pub fn main() {
println!("{:?}", ("hi there!", "you"));