Rename syntax to rustc_ast in source code

This commit is contained in:
Vadim Petrochenkov 2020-02-29 20:37:32 +03:00
parent 6054a30370
commit e08c279eac
291 changed files with 650 additions and 637 deletions

View file

@ -1,7 +1,7 @@
// run-pass
// This is a regression test for something that only came up while
// attempting to bootstrap librustc_ast; it is adapted from
// `syntax::ext::tt::generic_extension`.
// `rustc_ast::ext::tt::generic_extension`.
pub struct E<'a> {

View file

@ -4,7 +4,7 @@
//
// error: internal compiler error: get_unique_type_id_of_type() -
// unexpected type: closure,
// Closure(syntax::ast::DefId{krate: 0, node: 66},
// Closure(rustc_ast::ast::DefId{krate: 0, node: 66},
// ReScope(63))
//
// This is a regression test for issue #17021.