blob: 7069077c6fef6cdfd29d8da8221ad43b8f5a0e20 [file]
//@no-rustfix: overlapping suggestions
fn main() {}
mod should_lint {
fn two_helps() {
let s = &String::new();
let x: &str = &*s;
//~^ borrow_deref_ref
}
}