-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.
Description
Requesting both metadata and obj without link fails:
$ echo | rustc --crate-type rlib --emit=metadata,obj -
The output files are created, but the compiler thinks it still has to build the archive:
error: failed to build archive: No such file or directory
The same behavior happens for other metadata + non-link combinations.
Meta
Both latest stable (1.49.0) and nightly exhibit the problem.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.