mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
syntax: Limit exports from lexer
This commit is contained in:
parent
0e87f9ed02
commit
aa8dc0175d
@ -2,6 +2,8 @@ import util::interner;
|
||||
import util::interner::intern;
|
||||
import diagnostic;
|
||||
|
||||
export reader, new_reader, next_token, is_whitespace;
|
||||
|
||||
type reader = @{
|
||||
cm: codemap::codemap,
|
||||
span_diagnostic: diagnostic::span_handler,
|
||||
|
Loading…
Reference in New Issue
Block a user