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

"cannot determine a type for this expression" should be non-fatal #621

Closed
pcwalton opened this issue Jul 5, 2011 · 0 comments
Closed

"cannot determine a type for this expression" should be non-fatal #621

pcwalton opened this issue Jul 5, 2011 · 0 comments
Assignees
Labels
A-typesystem Area: The type system

Comments

@pcwalton
Copy link
Contributor

pcwalton commented Jul 5, 2011

Generally, when we can't determine a type for an expression due to structure_of failing, we're kinda stuck when it comes to typechecking that function, but we can back out and typecheck the other functions.

@ghost ghost assigned brson Jul 5, 2011
@brson brson closed this as completed in 5c20a8a Jul 6, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
marysaka pushed a commit to sunriseos/rust that referenced this issue Oct 20, 2019
We historically have run single-threaded verbose tests because we were
faulting all over the place due to bugs in rustc itself, primarily
around calling conventions and passing values around. Those bugs have
all since been fixed so we should be clear to run multithreaded tests
quietly on CI nowadays!

Closes rust-lang#621
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
* Use serde to serialize irep to reduce mem consumption

This change allow us to serialize the irep without having to buffer the
entire json in memory.

I'm not removing the old code yet because this new logic is slower and
still need some prunning.

* Add a BufWriter to speed up serialization.

* Address PR comments

 - Add more test coverage.
 - Added utility function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-typesystem Area: The type system
Projects
None yet
Development

No branches or pull requests

2 participants