about summary refs log tree commit diff
path: root/tests/ui/invalid-compile-flags/emit-output-types-without-args.stderr
blob: 9e4486a272f9dc4d58b1f7f8634b9b71ffb406a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: Argument to option 'emit' missing
       Usage:
           --emit <TYPE>[=<FILE>]
                               Comma separated list of types of output for the
                               compiler to emit.
                               Each TYPE has the default FILE name:
                               * asm - CRATE_NAME.s
                               * llvm-bc - CRATE_NAME.bc
                               * dep-info - CRATE_NAME.d
                               * link - (platform and crate-type dependent)
                               * llvm-ir - CRATE_NAME.ll
                               * metadata - libCRATE_NAME.rmeta
                               * mir - CRATE_NAME.mir
                               * obj - CRATE_NAME.o
                               * thin-link-bitcode - CRATE_NAME.indexing.o