X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fimport.rs;h=540258daaec826607f136deb5ef761e37eb847d1;hb=2a663555ddf36f6b041445894a8c175cd1bc718c;hp=81a5334ed7ab7675867ad8c184784b12d72095c6;hpb=fa3d56aca898897abe1d3154cacfa0a3a2619b64;p=rust.git diff --git a/src/test/ui/import.rs b/src/test/ui/import.rs index 81a5334ed7a..540258daaec 100644 --- a/src/test/ui/import.rs +++ b/src/test/ui/import.rs @@ -1,13 +1,3 @@ -// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - use zed::bar; use zed::baz; //~ ERROR unresolved import `zed::baz` [E0432] //~^ no `baz` in `zed`. Did you mean to use `bar`?