Replies: 2 comments
-
|
This is not a Diesel trace/log setting. The exact output format is from Rust's In the current Diesel source, ptr::copy::<u8>(
field_ptr as *const u8,
dbg!(out_ptr.offset(offset)),
mem::size_of::<T>(),
)That matches the path and expression in your output exactly. So filtering The fix should be to remove the |
Beta Was this translation helpful? Give feedback.
-
|
That shouldn't happen. Please submit a PR targeting the 2.3.x branch to remove that dbg statement. I will issue an release as soon as I'm back from holidays. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Backend
MySQL
Diesel version
2.3.8
Diesel Features
Operating System Version
No response
Third party libraries
No response
What do you want to do?
Compile time error
No response
What code do you already have?
No response
Additional details
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions