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.
2 parents 48c74b6 + 3dcbc84 commit 258f65aCopy full SHA for 258f65a
engine/src/conversion/codegen_rs/mod.rs
@@ -1068,7 +1068,7 @@ impl<'a> RsCodeGenerator<'a> {
1068
/// explaining why a given type or function couldn't have bindings
1069
/// generated.
1070
fn generate_error_entry(err: ConvertErrorFromCpp, ctx: ErrorContext) -> RsCodegenResult {
1071
- let err = format!("autocxx bindings couldn't be generated: {err}");
+ let err = format!(" autocxx bindings couldn't be generated: {err}");
1072
let (impl_entry, bindgen_mod_item, materialization) = match ctx.into_type() {
1073
ErrorContextType::Item(id) => (
1074
// Populate within bindgen mod because impl blocks may attach.
0 commit comments