mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-10 14:17:47 +00:00

That method is currently badly broken, and the test output reflects this. The obtained tokens list is always empty, except in the case where we go two `bump`s past the final token, whereupon it will produce as many `Eof` tokens as asked for.