You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo dev bless command seems not to work since the version of compiletest-rs is updated in #6743.
I think this is because the updated compiletest joins stage_id to output file names like zero_div_zero.stage-id.stderr, while bless.rs doesn't take it into account. (I don't know why the former version of compiletest doesn't join it although the codes related to file names seem unchanged).
I suppose we could explicitly specify config.stage_id = "" in here as a quickfix.
cargo dev bless
command seems not to work since the version ofcompiletest-rs
is updated in #6743.I think this is because the updated
compiletest
joinsstage_id
to output file names likezero_div_zero.stage-id.stderr
, whilebless.rs
doesn't take it into account. (I don't know why the former version ofcompiletest
doesn't join it although the codes related to file names seem unchanged).I suppose we could explicitly specify
config.stage_id = ""
in here as a quickfix.ref: #5394
The text was updated successfully, but these errors were encountered: