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

const-vec-of-fns.rs hits a codegen bug on OS X x86_64 #7385

Closed
thestinger opened this issue Jun 25, 2013 · 2 comments · Fixed by #11965
Closed

const-vec-of-fns.rs hits a codegen bug on OS X x86_64 #7385

thestinger opened this issue Jun 25, 2013 · 2 comments · Fixed by #11965
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-macos Operating system: macOS

Comments

@thestinger
Copy link
Contributor

I don't have access to OS X so I have no way to figure this one out. I'm just going to xfail the test.

It appears to be something like SIGILL or a segmentation fault but the test runner doesn't report the specific cause of the failure.

@metajack
Copy link
Contributor

metajack commented Sep 5, 2013

Visiting for triage. Nothing to add.

@flaper87
Copy link
Contributor

Visiting for triage. Nothing to add

bors added a commit that referenced this issue Feb 1, 2014
I've verified that it works on osx x86_64

Closes #7385

Rolled up PRs:

Closes #11898
Closes #11934
Closes #11942
Closes #11952 
Closes #11960 
Closes #11966
Closes #11953 

Closed issues:

Closes #4063 
Closes #7911
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 1, 2021
…p1995

Fixed broken deploy script due to multiline configuration docs

The deploy script on master currently runs into an error (See [log](https://github.com/rust-lang/rust-clippy/runs/2865828873)) due to the new configuration documentation added in rust-lang#7299. The current documentation collection for the configuration macro sadly doesn't support multiline doc comments. This will be changes in the future with the new metadata collector tracked in rust-lang#7172 For now we have to use `<br>` inside doc comments to add paragraphs.

This PR restricts `define_Conf!` macro to single lines and adds a comment explaining the reasoning behind it. It also adjusted the actual document parsing to fix a bug. (The parsing was automatically stopping on the first curly bracket, even if it was part of a doc comment).

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-macos Operating system: macOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants