libsyntax: Fix more merge fallout.
This commit is contained in:
parent
18df18c817
commit
3a66d732bb
4 changed files with 7 additions and 5 deletions
|
@ -299,7 +299,7 @@ impl AstBuilder for @ExtCtxt {
|
|||
self.path_all(dummy_sp(),
|
||||
true,
|
||||
~[
|
||||
self.ident_of("core"),
|
||||
self.ident_of("std"),
|
||||
self.ident_of("option"),
|
||||
self.ident_of("Option")
|
||||
],
|
||||
|
@ -537,7 +537,7 @@ impl AstBuilder for @ExtCtxt {
|
|||
self.expr_call_global(
|
||||
span,
|
||||
~[
|
||||
self.ident_of("core"),
|
||||
self.ident_of("std"),
|
||||
self.ident_of("sys"),
|
||||
self.ident_of("FailWithCause"),
|
||||
self.ident_of("fail_with"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue