Snippet rework#14724
Conversation
|
r? @Alexendoo rustbot has assigned @Alexendoo. Use |
|
The first two commits are mainly renames. The third commit has all the actual changes. |
91b8913 to
b336277
Compare
|
Looking at Why is this not part of rustc in the first place? |
This comment has been minimized.
This comment has been minimized.
ae6dc9d to
8fe48da
Compare
This comment has been minimized.
This comment has been minimized.
|
Lintcheck changes for 17db42c
This comment will be updated if you push new changes |
This is blocking #14724 changelog: none
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0a4493a to
877f381
Compare
This comment has been minimized.
This comment has been minimized.
877f381 to
aa96500
Compare
This comment has been minimized.
This comment has been minimized.
aa96500 to
47b1f1d
Compare
|
Blocked on #15793. Needed so we can assert we never access external sources. |
47b1f1d to
3f0691f
Compare
This comment has been minimized.
This comment has been minimized.
3f0691f to
b59b99e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes (possibly 807dea0) made this pull request unmergeable. Please resolve the merge conflicts. |
Rename `get_source_text` and `check_source_text` to `get_text` and `check_text`.
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
View all comments
This is a further rework of our snippet accessing/creating code.
The general design goals with this:
changelog: None