rust/src/libsyntax_ext
bors d6f513ec7d Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
Rename files about error codes

fixes #60017

This PR will be failed in tidy.

<details>
<summary>The log is here:</summary>

```
tidy check
tidy error: duplicate error code: 411
tidy error: Documents\GitHub\rust\src\librustc_resolve\diagnostics.rs:83:             __diagnostic_used!(E0411);
tidy error: Documents\GitHub\rust\src\librustc_resolve\diagnostics.rs:84:             err.code(DiagnosticId::Error("E0411".to_owned()));
tidy error: duplicate error code: 424
tidy error: Documents\GitHub\rust\src\librustc_resolve\diagnostics.rs:90:             debug!("smart_resolve_path_fragment: E0424, source={:?}", source);
tidy error: Documents\GitHub\rust\src\librustc_resolve\diagnostics.rs:92:             __diagnostic_used!(E0424);
tidy error: Documents\GitHub\rust\src\librustc_resolve\diagnostics.rs:93:             err.code(DiagnosticId::Error("E0424".to_owned()));
some tidy checks failed
```

</details>

I'd like to fix this but I don't know what to do.
I will work on later. Please let me know if you have any solutions.

r? @petrochenkov
2019-04-18 14:52:45 +00:00
..
deriving Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
asm.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
assert.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
Cargo.toml Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
cfg.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
compile_error.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat_idents.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
env.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
format.rs Fix cases of conflicting two-phase borrows 2019-04-04 18:47:10 +01:00
format_foreign.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
global_asm.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
lib.rs Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
log_syntax.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
proc_macro_decls.rs Make check_name generic 2019-04-15 07:23:02 +02:00
proc_macro_impl.rs Cleanup imports 2019-02-13 00:31:51 +09:00
proc_macro_server.rs Fix lifetime on LocalInternedString::get function 2019-03-31 03:11:55 +02:00
test.rs Fix comments around test harness generation 2019-04-17 12:02:04 +03:00
test_case.rs Use Rc<[Symbol]> instead of Vec<Symbol> to reduce # of allocs 2019-02-11 15:08:17 +01:00
trace_macros.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00