2022-07-25 13:02:39 +01:00
|
|
|
error: use `Session::split_debuginfo` instead of this field
|
|
|
|
--> $DIR/bad_opt_access.rs:14:13
|
|
|
|
|
|
|
|
|
LL | let _ = sess.opts.cg.split_debuginfo;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/bad_opt_access.rs:8:9
|
|
|
|
|
|
|
|
|
LL | #![deny(rustc::bad_opt_access)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2024-11-09 21:22:25 +00:00
|
|
|
error: use `TyCtxt::crate_types` instead of this field
|
2022-07-25 13:02:39 +01:00
|
|
|
--> $DIR/bad_opt_access.rs:17:13
|
|
|
|
|
|
|
|
|
LL | let _ = sess.opts.crate_types;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|