▲ | pornel 3 days ago | ||||||||||||||||||||||||||||||||||||||||
How about downgrading duplicate implementation in the binary to a warning? SQL has CREATE TABLE IF NOT EXISTS. Rust could have `impl Trait if not already implemented`. | |||||||||||||||||||||||||||||||||||||||||
▲ | hdevalence 3 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||
This is a bad solution because now method resolution is suddenly unpredictable and can change out from under you based on changes to remote crates | |||||||||||||||||||||||||||||||||||||||||
|