diff options
Diffstat (limited to 'tests/ui/unpretty/ast-const-trait-bound.stdout')
-rw-r--r-- | tests/ui/unpretty/ast-const-trait-bound.stdout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/unpretty/ast-const-trait-bound.stdout b/tests/ui/unpretty/ast-const-trait-bound.stdout new file mode 100644 index 000000000..dbcba7871 --- /dev/null +++ b/tests/ui/unpretty/ast-const-trait-bound.stdout @@ -0,0 +1,4 @@ +// compile-flags: -Zunpretty=normal +// check-pass + +fn foo() where T: ~const Bar {} |