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

make check fails on arch linux #10173

Closed
berleon opened this issue Oct 30, 2013 · 2 comments
Closed

make check fails on arch linux #10173

berleon opened this issue Oct 30, 2013 · 2 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-linux Operating system: Linux

Comments

@berleon
Copy link

berleon commented Oct 30, 2013

Hi everyone,

I just cloned rust and tried to run all the checks but some are failing. I captured my commands with script. see https://gist.github.com/berleon/7231752

@sanxiyn
Copy link
Member

sanxiyn commented Oct 30, 2013

Do you have IPv6 disabled?

@berleon
Copy link
Author

berleon commented Oct 30, 2013

yes i had. now it is disabled and all tests are passing. thank you!

bors added a commit to rust-lang-ci/rust that referenced this issue Jan 9, 2023
…ue4u

fix: filter unnecessary completions after colon

close rust-lang#13597
related: rust-lang#10173

This PR also happens to fix two extra issues:

1. The test case in https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-completion/src/tests/attribute.rs#L778-L801 was never triggered in previous behavior.

after:

https://user-images.githubusercontent.com/26110087/201476995-56adf955-0fa7-4f75-ab32-28a8e6cb9504.mp4

<del>
2. completions were triggered even in invalid paths, like

```rust
fn main() {
    core:::::$0
}
```

```rust
#[:::::$0]
struct X;
```

</del>

only `:::` is excluded as discussed in rust-lang/rust-analyzer#13611 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-linux Operating system: Linux
Projects
None yet
Development

No branches or pull requests

3 participants