diff options
Diffstat (limited to 'tests/ui/chalkify/println.rs')
-rw-r--r-- | tests/ui/chalkify/println.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ui/chalkify/println.rs b/tests/ui/chalkify/println.rs new file mode 100644 index 000000000..edddc3821 --- /dev/null +++ b/tests/ui/chalkify/println.rs @@ -0,0 +1,6 @@ +// check-pass +// compile-flags: -Z trait-solver=chalk + +fn main() { + println!("hello"); +} |