diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 14:33:46 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 16:10:25 -0700 |
| commit | d3a4f362cba36a4bf0bb8f8a951ae9d6858ae73e (patch) | |
| tree | 3dbfd8c87647f67e1d17c726e72b153609d7eea8 /src/test/parse-fail | |
| parent | 1c0e1a80e54a4d231e01f2bf81c8c9529afd4ba5 (diff) | |
| parent | e77db16afbe9a7180242112456c7fded48f21b6d (diff) | |
| download | rust-d3a4f362cba36a4bf0bb8f8a951ae9d6858ae73e.tar.gz rust-d3a4f362cba36a4bf0bb8f8a951ae9d6858ae73e.zip | |
rollup merge of #23786: alexcrichton/less-quotes
Conflicts: src/test/auxiliary/static-function-pointer-aux.rs src/test/auxiliary/trait_default_method_xc_aux.rs src/test/run-pass/issue-4545.rs
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/bad-lit-suffixes.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/parse-fail/bad-lit-suffixes.rs b/src/test/parse-fail/bad-lit-suffixes.rs index 9e5fe4ab8a9..f1f18115825 100644 --- a/src/test/parse-fail/bad-lit-suffixes.rs +++ b/src/test/parse-fail/bad-lit-suffixes.rs @@ -9,11 +9,6 @@ // except according to those terms. -extern crate - "foo"suffix //~ ERROR extern crate name with a suffix is illegal - //~^ WARNING: obsolete syntax - as foo; - extern "C"suffix //~ ERROR ABI spec with a suffix is illegal fn foo() {} |
