bjorn3 opened PR #2378 from patch-2
to main
:
error[E0308]: mismatched types --> src/backend.rs:198:9 | 198 | cranelift_module::default_libcall_names(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync`, found trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String` | = note: expected struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync + 'static)>` found struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + 'static)>` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: could not compile `rustc_codegen_cranelift`
Broken by #2371
alexcrichton submitted PR Review.
bjorn3 updated PR #2378 from patch-2
to main
:
error[E0308]: mismatched types --> src/backend.rs:198:9 | 198 | cranelift_module::default_libcall_names(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync`, found trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String` | = note: expected struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync + 'static)>` found struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + 'static)>` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: could not compile `rustc_codegen_cranelift`
Broken by #2371
bjorn3 updated PR #2378 from patch-2
to main
:
error[E0308]: mismatched types --> src/backend.rs:198:9 | 198 | cranelift_module::default_libcall_names(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync`, found trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String` | = note: expected struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync + 'static)>` found struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + 'static)>` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: could not compile `rustc_codegen_cranelift`
Broken by #2371
bjorn3 updated PR #2378 from patch-2
to main
:
error[E0308]: mismatched types --> src/backend.rs:198:9 | 198 | cranelift_module::default_libcall_names(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync`, found trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String` | = note: expected struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync + 'static)>` found struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + 'static)>` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: could not compile `rustc_codegen_cranelift`
Broken by #2371
bjorn3 updated PR #2378 from patch-2
to main
:
error[E0308]: mismatched types --> src/backend.rs:198:9 | 198 | cranelift_module::default_libcall_names(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync`, found trait `std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String` | = note: expected struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + std::marker::Send + std::marker::Sync + 'static)>` found struct `std::boxed::Box<(dyn std::ops::Fn(cranelift_codegen::ir::LibCall) -> std::string::String + 'static)>` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: could not compile `rustc_codegen_cranelift`
Broken by #2371
alexcrichton merged PR #2378.
Last updated: Nov 22 2024 at 16:03 UTC