mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 01:37:45 +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.