]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-3109.rs
Rollup merge of #104347 - notriddle:notriddle/import-macro-from-self-fixup, r=TaKO8Ki
[rust.git] / tests / ui / issues / issue-3109.rs
1 // run-pass
2 pub fn main() {
3     println!("{:?}", ("hi there!", "you"));
4 }