-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Closed
rust-lang/miri
#1863Closed
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.
Description
error[E0308]: mismatched types
--> src/tools/miri/src/bin/miri.rs:44:30
|
44 | Rc::make_mut(&mut crate_source).rlib = Some((PathBuf::new(), PathKind::All));
| ^^^^^^^^^^^^^^^^^ expected struct `Rc`, found struct `Arc`
|
= note: expected mutable reference `&mut Rc<_>`
found mutable reference `&mut Arc<CrateSource>`
error[E0609]: no field `rlib` on type `&mut _`
--> src/tools/miri/src/bin/miri.rs:44:49
|
44 | Rc::make_mut(&mut crate_source).rlib = Some((PathBuf::new(), PathKind::All));
| ^^^^
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.