You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
frewsxcv
changed the title
attempting to tokenize lots of opeen parens results in a stack overflow
attempting to tokenize lots of open parens results in a stack overflow
Jan 16, 2018
Looks like rustc has the same behavior as of 1.25.0-nightly.
fn main(){let s = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((...}
thread 'rustc' has overflowed its stack
fatal runtime error: stack overflow
error: Could not compile `playground`.
To learn more, run the command again with --verbose.
https://gist.github.com/frewsxcv/3b427948da01685c95c26ab4a005c337
found via afl.rs
The text was updated successfully, but these errors were encountered: