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

segfault caused by negative repeat #15967

Closed
glennw opened this issue Jul 25, 2014 · 1 comment
Closed

segfault caused by negative repeat #15967

glennw opened this issue Jul 25, 2014 · 1 comment

Comments

@glennw
Copy link

glennw commented Jul 25, 2014

fn main() {
    println!("{}", " ".repeat(-1));
}

Produces:

application terminated abnormally with signal 11 (Segmentation fault)
@huonw
Copy link
Member

huonw commented Jul 25, 2014

Dupe of #15482 (which is a dupe of #15123).

@huonw huonw closed this as completed Jul 25, 2014
bors added a commit to rust-lang-ci/rust that referenced this issue Nov 27, 2023
internal: Switch to our own `salsa` fork

This gets rid of `syn` 1, among others.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants