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

std: Explicitly link to libm for freebsd #13134

Merged
merged 1 commit into from
Mar 26, 2014

Conversation

alexcrichton
Copy link
Member

Apparently we had forgotten to do this for freebsd, causing possible problems
on FreeBSD 10. The discussion in #12324 has some more details about how it's
missing.

Apparently we had forgotten to do this for freebsd, causing possible problems
on FreeBSD 10. The discussion in rust-lang#12324 has some more details about how it's
missing.
bors added a commit that referenced this pull request Mar 26, 2014
Apparently we had forgotten to do this for freebsd, causing possible problems
on FreeBSD 10. The discussion in #12324 has some more details about how it's
missing.
@bors bors closed this Mar 26, 2014
@bors bors merged commit d1f8fb2 into rust-lang:master Mar 26, 2014
@alexcrichton alexcrichton deleted the freebsd-libm branch March 26, 2014 17:22
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Sep 6, 2022
Highlight namerefs by syntax until proc-macros have been loaded

Usually when loading up a project, once loading is done we start answering highlight requests while proc-macros haven't always been loaded yet, so we start out with showing a lot of unresolved name-refs. After this PR, we'll use syntax based highlighting for those unresolved namerefs until the proc-macros have been loaded.
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

Successfully merging this pull request may close these issues.

3 participants