mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
cf2dfb2ced
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.