Skip to content

Commit 4c20d17

Browse files
committed
Add ui test emit-output-types-without-args.rs
Signed-off-by: xizheyin <[email protected]>
1 parent 49e5e4e commit 4c20d17

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//@ compile-flags: --emit
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
error: Argument to option 'emit' missing
2+
Usage:
3+
--emit [asm|llvm-bc|llvm-ir|obj|metadata|link|dep-info|mir]
4+
Comma separated list of types of output for the
5+
compiler to emit
6+

0 commit comments

Comments
 (0)