Fixed some nits
This commit is contained in:
parent
372c69d8d2
commit
db9d018424
2 changed files with 8 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
|
||||
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://rust-lang.org/COPYRIGHT.
|
||||
//
|
||||
|
|
@ -10,6 +10,8 @@
|
|||
#![feature(no_std)]
|
||||
#![no_std]
|
||||
|
||||
// This tests that conflicting imports shows both `use` lines
|
||||
// when reporting the error.
|
||||
|
||||
mod sub1 {
|
||||
fn foo() {} // implementation 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue