File tree 1 file changed +0
-5
lines changed
compiler/rustc_session/src
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -198,10 +198,6 @@ pub struct Session {
198
198
/// exist under `std`. For example, wrote `str::from_utf8` instead of `std::str::from_utf8`.
199
199
pub confused_type_with_std_module : Lock < FxHashMap < Span , Span > > ,
200
200
201
- /// Path for libraries that will take preference over libraries shipped by Rust.
202
- /// Used by windows-gnu targets to priortize system mingw-w64 libraries.
203
- pub system_library_path : OneThread < RefCell < Option < Option < PathBuf > > > > ,
204
-
205
201
/// Tracks the current behavior of the CTFE engine when an error occurs.
206
202
/// Options range from returning the error without a backtrace to returning an error
207
203
/// and immediately printing the backtrace to stderr.
@@ -1375,7 +1371,6 @@ pub fn build_session(
1375
1371
driver_lint_caps,
1376
1372
trait_methods_not_found : Lock :: new ( Default :: default ( ) ) ,
1377
1373
confused_type_with_std_module : Lock :: new ( Default :: default ( ) ) ,
1378
- system_library_path : OneThread :: new ( RefCell :: new ( Default :: default ( ) ) ) ,
1379
1374
ctfe_backtrace,
1380
1375
miri_unleashed_features : Lock :: new ( Default :: default ( ) ) ,
1381
1376
asm_arch,
You can’t perform that action at this time.
0 commit comments