Closed
Description
If I try to compile:
#[derive(Debug)]
struct builder;
I get a very cryptic error message:
error[E0530]: let bindings cannot shadow unit structs
error: aborting due to previous error
This is with both Rust 1.17 and the current nightly.
(Originally discovered via diesel-rs/diesel#934)