Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the lexer use a uniquely linked stack #2811

Closed
catamorphism opened this issue Jul 5, 2012 · 1 comment
Closed

Make the lexer use a uniquely linked stack #2811

catamorphism opened this issue Jul 5, 2012 · 1 comment
Labels
A-frontend Area: frontend (errors, parsing and HIR) I-slow Issue: Problems and improvements with respect to performance of generated code.

Comments

@catamorphism
Copy link
Contributor

As per FIXME on syntax:parse::lexer::tt_frame: figure out how to have a uniquely linked stack and change @ to ~

@nikomatsakis
Copy link
Contributor

It is unclear to me why this should be important. I'm going to open a PR to remove the fixme (which is now located in src/libsyntax/ext/tt/transcribe.rs).

saethlin pushed a commit to saethlin/rust that referenced this issue Mar 16, 2023
Add a section on using nextest

Inspired by this question: rust-lang/miri#2805
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Source changes required by the following upstream commits:

* rust-lang/rust@44ac8dcc71 Remove GeneratorWitness and rename
GeneratorWitnessMIR.
* rust-lang/rust@4ed4913e67 Merge ExternProviders into the general
Providers struct
* rust-lang/rust@3c52a3e280 subst -> instantiate
* rust-lang/rust@6a02baaa3d Partially outline code inside the panic!
macro
* rust-lang/rust@3148e6a993 subtyping_projections

Resolves: rust-lang#2811
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: frontend (errors, parsing and HIR) I-slow Issue: Problems and improvements with respect to performance of generated code.
Projects
None yet
Development

No branches or pull requests

2 participants