We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be5805 commit aa8e064Copy full SHA for aa8e064
compiler/rustc_metadata/src/rmeta/encoder.rs
@@ -2189,7 +2189,7 @@ impl<D: Decoder> Decodable<D> for EncodedMetadata {
2189
}
2190
2191
2192
-pub fn encode_metadata(tcx: TyCtxt<'_>, path: impl AsRef<Path>) {
+pub fn encode_metadata(tcx: TyCtxt<'_>, path: impl AsRef<Path> + Send) {
2193
let _prof_timer = tcx.prof.verbose_generic_activity("generate_crate_metadata");
2194
2195
// Since encoding metadata is not in a query, and nothing is cached,
0 commit comments