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

Allow long URLs in error explanations. #26290

Merged
merged 1 commit into from
Jun 15, 2015
Merged

Allow long URLs in error explanations. #26290

merged 1 commit into from
Jun 15, 2015

Conversation

michaelsproul
Copy link
Contributor

The plugin that enforces error explanation line-length is a bit restrictive, particularly when attempting to use URLs in explanations (cf #26163).

Jashank will still have to do some mucking around with #[cfg(not(stage0))] attributes or else wait until a snapshot with this commit lands.

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ 328df8e

bors added a commit that referenced this pull request Jun 15, 2015
The plugin that enforces error explanation line-length is a bit restrictive, particularly when attempting to use URLs in explanations (cf #26163).

Jashank will still have to do some mucking around with `#[cfg(not(stage0))]` attributes or else wait until a snapshot with this commit lands.
@bors
Copy link
Contributor

bors commented Jun 15, 2015

⌛ Testing commit 328df8e with merge 7d04623...

@bors bors merged commit 328df8e into rust-lang:master Jun 15, 2015
@michaelsproul michaelsproul deleted the url-line-limit branch June 15, 2015 05:03
Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 1, 2015
part of rust-lang#24407 

I'm not sure whether I should be trying to explain the general rule in the E0210 explanation or just point people to the RFC. However, if we go with the latter option I think that the RFC will need to be revised slightly, since it is not quite as gentle as I would like.

Also, the link to RFC 1023 is not the correct one (it should be https://github.com/rust-lang/rfcs/blob/master/text/1023-rebalancing-coherence.md), but the correct one is too long. I'm aware of @michaelsproul's PR rust-lang#26290 from awhile back, but it doesn't seem to be working. Has there not been a new snapshot yet?
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.

5 participants