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

mk: Clean libbacktrace w/ gusto #12899

Merged
merged 1 commit into from
Mar 16, 2014
Merged

mk: Clean libbacktrace w/ gusto #12899

merged 1 commit into from
Mar 16, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 15, 2014

After make clean I'm seeing the build break with

cp: cannot stat ‘x86_64-unknown-linux-gnu/rt/libbacktrace/.libs/libbacktrace.a’: No such file or directory

Deleteing the libbacktrace dir entirely on clean fixes.

@alexcrichton
Copy link
Member

Is that the right directory to clean? I figured it would rm -rf $(2)/rt/libbacktrace

After `make clean' I'm seeing the build break with

```
cp: cannot stat ‘x86_64-unknown-linux-gnu/rt/libbacktrace/.libs/libbacktrace.a’: No such file or directory
```

Deleteing the libbacktrace dir entirely on clean fixes.
@brson
Copy link
Contributor Author

brson commented Mar 16, 2014

Yes, of course. Updated. (I swear I tested this).

bors added a commit that referenced this pull request Mar 16, 2014
After `make clean` I'm seeing the build break with

```
cp: cannot stat ‘x86_64-unknown-linux-gnu/rt/libbacktrace/.libs/libbacktrace.a’: No such file or directory
```

Deleteing the libbacktrace dir entirely on clean fixes.
@bors bors closed this Mar 16, 2014
@bors bors merged commit 94078f7 into rust-lang:master Mar 16, 2014
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Aug 2, 2022
fix: Do completions in path qualifier position

Fixes rust-lang/rust-analyzer#12566

Not too happy with the duplication needed for this, but it is what it is. Completions in path qualifiers will have to be filtered properly still, but its better to show too many completions for this than too few for now.
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.

3 participants