We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d71c4 commit 77891dbCopy full SHA for 77891db
crates/wit-component/src/encoding/world.rs
@@ -90,7 +90,7 @@ impl<'a> ComponentWorld<'a> {
90
///
91
/// Return an error if we need to use an exported malloc() and it wasn't
92
/// there.
93
- fn fallback_realloc_scheme(&self) -> Result<ReallocScheme> {
+ fn fallback_realloc_scheme(&self) -> Result<ReallocScheme<'_>> {
94
if self.encoder.module_is_produced_by_tiny_go {
95
// If it appears the module was emitted by TinyGo, we delegate to
96
// its `malloc()` function. (TinyGo assumes its GC has rein over the
0 commit comments