diff options
| author | Axary <bastian_kauschke@hotmail.de> | 2018-11-16 18:28:23 +0100 |
|---|---|---|
| committer | Axary <bastian_kauschke@hotmail.de> | 2018-11-16 18:28:23 +0100 |
| commit | 4c4aff9b3d1734a1dfb127ce8732728edc5b39ed (patch) | |
| tree | aa216509e5970d6bff966df4e1979a9187f12922 | |
| parent | 218e35efa1500be4ebc1ee5d84a4e6971352c500 (diff) | |
| download | rust-4c4aff9b3d1734a1dfb127ce8732728edc5b39ed.tar.gz rust-4c4aff9b3d1734a1dfb127ce8732728edc5b39ed.zip | |
remove license
| -rw-r--r-- | src/test/ui/bare-function-self.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/bare-function-self.rs b/src/test/ui/bare-function-self.rs index 01189ae321b..0a430aee973 100644 --- a/src/test/ui/bare-function-self.rs +++ b/src/test/ui/bare-function-self.rs @@ -1,14 +1,3 @@ -// Copyright 2018 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. - - fn a(&self) { } //~^ ERROR unexpected `self` argument in bare function |
