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

rustc: Don't register syntax crates twice #15159

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

We only need to register them once, and once they're registered twice warnings
will start being spewed or worse may happen!

Closes #14330

We only need to register them once, and once they're registered twice warnings
will start being spewed or worse may happen!

Closes rust-lang#14330
@alexcrichton alexcrichton deleted the fewer-warnings branch June 25, 2014 04:19
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 17, 2023
…ride, r=Veykril

editor/code: Enable `noImplicitOverride` ts option

This enables TypeScript's [`--noImplicitOverride`](https://www.typescriptlang.org/tsconfig#noImplicitOverride) option.
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.

Duplicate crate errors with #[phase(syntax)]
2 participants