Manishearth / compiletest-rs

An extraction of the compiletest utility from the Rust compiler
Apache License 2.0
216 stars 59 forks source link

Add new fields for internal test crate #264

Closed tamird closed 1 year ago

tamird commented 1 year ago

Adjusting to changes made in:

tamird commented 1 year ago

Hmm, I see a bunch of errors of the form

error: crate `rustc_session` required to be available in rlib format, but was not found in this form
  |
  = help: try adding `extern crate rustc_driver;` at the top level of this crate

Thoughts?

Manishearth commented 1 year ago

Unsure, we haven't been trying hard to keep the nightly-feature stuff working.

It's possible the rustc internal components are distributed separately now.

I'll still merge this since it's an improvement.