Skip to content

Node-ify lifetimes #6896

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

Merged
merged 4 commits into from
Dec 16, 2020
Merged

Node-ify lifetimes #6896

merged 4 commits into from
Dec 16, 2020

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Dec 15, 2020

Let's see if this passes the tests 🤞

Depends on rust-analyzer/ungrammar#15

Refactors builtin derive support to go through proper name resolution
@matklad
Copy link
Member

matklad commented Dec 16, 2020

bors d+

here as well

@Veykril feel free to merge this and the correspoinding ungrammar PR as soon as you'll have time!

@bors
Copy link
Contributor

bors bot commented Dec 16, 2020

✌️ Veykril can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@Veykril
Copy link
Member Author

Veykril commented Dec 16, 2020

Rebased on top of #6897 as this PR will get conflicts from that for sure(the bors merge commit from that PR shouldn't affect this PR once its merged I think right?) due to Cargo.lock and the generated syntax files.

Cargo.toml Outdated
@@ -16,7 +16,7 @@ text-size.opt-level = 3
miniz_oxide.opt-level = 3

[profile.release]
incremental = true
incremental = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing ws?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, for some reason whatever formats that in vscode for me adds that in and I'm not sure why 😅

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of these days, I'll make a proper lossless toml library...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There actually is a lossless toml library in rust(it even uses rowan) https://github.com/tamasfe/taplo and I just noticed I use the vscode extension of that but it seems the formatter for that doesn't play nicely yet.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange, Even Better TOML works fine for me (with some consistent config tweaking).

@jonas-schievink
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 16, 2020

@bors bors bot merged commit 067067a into rust-lang:master Dec 16, 2020
@Veykril Veykril deleted the lt-node branch May 20, 2022 13:32
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.

4 participants