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

Fix issue #13190, touching tmpfiles as root during 'make install' #13219

Merged
merged 2 commits into from
Mar 31, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 31, 2014

No description provided.

When running `make install` we are touching these files that can't
then be removed later.
bors added a commit that referenced this pull request Mar 31, 2014
@bors bors closed this Mar 31, 2014
@bors bors merged commit cfb52a5 into rust-lang:master Mar 31, 2014
notriddle pushed a commit to notriddle/rust that referenced this pull request Sep 20, 2022
…cros, r=Veykril

Fix add reference action on macros.

Before we were using the range of the corresponding expression node in the macro expanded file, which is obviously incorrect as we are setting the text in the original source.

For some reason, the test I added is failing and I haven't found a way to fix it. Does anyone know why `check_fix` wouldn't work with macros? Getting this error:

```text
thread 'handlers::type_mismatch::tests::test_add_reference_to_macro_call' panicked at 'no diagnostics', crates/ide-diagnostics/src/handlers/type_mismatch.rs:317:9
```

closes rust-lang#13219
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.

None yet

3 participants