Package: rust-wasmtime
Version: 15.0.0+dfsg-3
Severity: serious
Control: block 1055090 by -1
https://buildd.debian.org/status/fetch.php?pkg=rust-wasmtime&arch=all&ver=15.0.0%2Bdfsg-3&stamp=1701097543&raw=0
error[E0599]: no function or associated item named `from_str` found for struct
`Triple` in the current scope
--> cranelift/codegen/src/isa/mod.rs:118:12
|
118 | lookup(triple!(name))
| ^^^^^^^^^^^^^ function or associated item not found in `Triple`
|
= help: items from traits can only be used if the trait is in scope
= note: this error originates in the macro `triple` (in Nightly builds, run
with -Z macro-backtrace for more info)
help: the following trait is implemented but not in scope; perhaps add a `use`
for it:
|
46 + use core::str::FromStr;
|
For more information about this error, try `rustc --explain E0599`.
The following warnings were emitted during compilation: