oli-obk / ui_test

A test framework for testing rustc diagnostics output
27 stars 25 forks source link

dependency builder is thrown off-guard by extra crate types #225

Closed RalfJung closed 6 months ago

RalfJung commented 6 months ago

Having a line like this in any dependency manifest leads to a panic and a lot of raw JSON on the terminal:

[lib]
crate-type = ["staticlib", "lib"]
oli-obk commented 6 months ago

on 0.23 the issue is not a panic or raw json, but just that the crate isn't found and made available to tests