]> git.lizzy.rs Git - rust.git/commitdiff
Added .rs extension
authorcolinmarsh19 <32608057+colinmarsh19@users.noreply.github.com>
Sun, 26 Nov 2017 14:36:56 +0000 (07:36 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Nov 2017 14:36:56 +0000 (07:36 -0700)
src/test/ui/issue-46186 [deleted file]
src/test/ui/issue-46186.rs [new file with mode: 0644]

diff --git a/src/test/ui/issue-46186 b/src/test/ui/issue-46186
deleted file mode 100644 (file)
index 2924bec..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2017 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 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
-struct Struct {
-    a: usize,
-}; //~ ERROR expected item, found ';'
-
-fn main() {}
diff --git a/src/test/ui/issue-46186.rs b/src/test/ui/issue-46186.rs
new file mode 100644 (file)
index 0000000..2924bec
--- /dev/null
@@ -0,0 +1,15 @@
+// Copyright 2017 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 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
+// option. This file may not be copied, modified, or distributed
+// except according to those terms.
+
+struct Struct {
+    a: usize,
+}; //~ ERROR expected item, found ';'
+
+fn main() {}