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 a74f597 commit 1495f61Copy full SHA for 1495f61
src/bindings.rs
@@ -362,7 +362,8 @@ impl<'a> BindingsGenerator<'a> {
362
)
363
}
364
None => format!(
365
- "failed to select the default world to use for local target `{path}`",
+ "failed to select the default world to use for local target `{path}`. \
366
+ Please ensure that a world is specified in Cargo.toml under [package.metadata.component.target].",
367
path = path.display()
368
),
369
})?;
0 commit comments