blob: 6d52a5a973a9c9317a373d810b81df993c361f2c [file]
//@ edition:2015
use std::slice as std; //~ ERROR the name `std` is defined multiple times
fn main() {
}