Skip to content

emit intrinsic declarations lazily #11926

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

Closed
thestinger opened this issue Jan 30, 2014 · 1 comment · Fixed by #13436
Closed

emit intrinsic declarations lazily #11926

thestinger opened this issue Jan 30, 2014 · 1 comment · Fixed by #13436
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@thestinger
Copy link
Contributor

I doubt this will have any impact on compile-time, but it will clean up the non-optimized output a bit without having to run any passes.

@pongad
Copy link
Contributor

pongad commented Apr 6, 2014

Will do this. Don't know how to do it just yet; will ask for help on IRC.

@bors bors closed this as completed in 6d1c612 Apr 10, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Jan 25, 2024
…nts, r=blyxyas

Add "OpenTelemetry" to default `doc_valid_idents`

The OpenTelemetry project's name is all one word (see https://opentelemetry.io), so currently triggers a false positive in the `doc_markdown` lint.

The project is increasing rapidly in popularity, so it seems like a worthy contender for inclusion in the default `doc_valid_idents` configuration.

I've also moved the existing "OpenDNS" entry earlier in the list, to restore the alphabetical ordering of that "Open*" row.

The docs changes were generated using `cargo collect-metadata`.

changelog: [`doc_markdown`]: Add `OpenTelemetry` to the default configuration as an allowed identifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants