Fix more compile errors #452
Annotations
34 errors
|
WASI Test:
boxed_flexstr/src/cstr.rs#L45
the method `len` exists for reference `&SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L45
the method `ptr` exists for reference `&SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L36
the method `cap` exists for mutable reference `&mut SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L36
the method `len` exists for mutable reference `&mut SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L36
the method `ptr` exists for mutable reference `&mut SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L29
the trait bound `CString: OwnedToFromBoxed<CStr>` is not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L29
the trait bound `CString: OwnedToFromBoxed<CStr>` is not satisfied
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L46
failed to resolve: use of undeclared type `CString`
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L37
failed to resolve: use of undeclared type `CString`
|
|
WASI Test:
boxed_flexstr/src/cstr.rs#L18
cannot find type `CString` in this scope
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L45
the method `len` exists for reference `&SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L45
the method `ptr` exists for reference `&SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L36
the method `cap` exists for mutable reference `&mut SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L36
the method `len` exists for mutable reference `&mut SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L36
the method `ptr` exists for mutable reference `&mut SmallBox<CStr>`, but its trait bounds were not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L29
the trait bound `CString: OwnedToFromBoxed<CStr>` is not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L29
the trait bound `CString: OwnedToFromBoxed<CStr>` is not satisfied
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L46
failed to resolve: use of undeclared type `CString`
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L37
failed to resolve: use of undeclared type `CString`
|
|
Code Coverage:
boxed_flexstr/src/cstr.rs#L18
cannot find type `CString` in this scope
|
|
Clippy
Process completed with exit code 101.
|
|
Test - linux
Process completed with exit code 101.
|
|
Miri:
boxed_flexstr/src/cstr.rs#L45
the method `len` exists for reference `&small_box::SmallBox<std::ffi::CStr>`, but its trait bounds were not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L45
the method `ptr` exists for reference `&small_box::SmallBox<std::ffi::CStr>`, but its trait bounds were not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L36
the method `cap` exists for mutable reference `&mut small_box::SmallBox<std::ffi::CStr>`, but its trait bounds were not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L36
the method `len` exists for mutable reference `&mut small_box::SmallBox<std::ffi::CStr>`, but its trait bounds were not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L36
the method `ptr` exists for mutable reference `&mut small_box::SmallBox<std::ffi::CStr>`, but its trait bounds were not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L29
the trait bound `std::ffi::CString: boxed::OwnedToFromBoxed<std::ffi::CStr>` is not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L29
the trait bound `std::ffi::CString: boxed::OwnedToFromBoxed<std::ffi::CStr>` is not satisfied
|
|
Miri:
boxed_flexstr/src/cstr.rs#L46
failed to resolve: use of undeclared type `CString`
|
|
Miri:
boxed_flexstr/src/cstr.rs#L37
failed to resolve: use of undeclared type `CString`
|
|
Miri:
boxed_flexstr/src/cstr.rs#L18
cannot find type `CString` in this scope
|
|
Test - macos
Process completed with exit code 101.
|
|
Test - windows
Process completed with exit code 1.
|