зеркало из https://github.com/mozilla/sccache.git
Note allowed --emit metadata in rust doc (#2075)
This commit is contained in:
Родитель
69be5321d2
Коммит
13663f510b
|
@ -1,7 +1,7 @@
|
|||
sccache includes support for caching Rust compilation. This includes many caveats, and is primarily focused on caching rustc invocations as produced by cargo. A (possibly-incomplete) list follows:
|
||||
* `--emit` is required.
|
||||
* `--crate-name` is required.
|
||||
* Only `link` and `dep-info` are supported as `--emit` values, and `link` must be present.
|
||||
* Only `link`, `metadata` and `dep-info` are supported as `--emit` values, and `link` must be present.
|
||||
* `--out-dir` is required.
|
||||
* `-o file` is not supported.
|
||||
* Compilation from stdin is not supported, a source file must be provided.
|
||||
|
|
Загрузка…
Ссылка в новой задаче