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

One bot should build with linux 2.6.18 #13456

Closed
alexcrichton opened this issue Apr 11, 2014 · 1 comment
Closed

One bot should build with linux 2.6.18 #13456

alexcrichton opened this issue Apr 11, 2014 · 1 comment
Labels
O-linux Operating system: Linux

Comments

@alexcrichton
Copy link
Member

We advertise ourselves as working on this kernel version, we should ensure it as such

cc #13447
cc #13455

@alexcrichton
Copy link
Member Author

Closing, this is now done with a CentOS builder

notriddle pushed a commit to notriddle/rust that referenced this issue Nov 10, 2022
scip: Generate symbols for local crates.

Consider something like:

```
// a.rs
pub struct Foo { .. } // Foo is "local 1"

fn something() {
    crate::b::Bar::new() // Bar is "local 1", but of "b.rs"
}

// b.rs
pub struct Bar { .. } // "local 1"
```

Without this there's no way to disambiguate whether "local 1" references "Bar" or "Foo".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-linux Operating system: Linux
Projects
None yet
Development

No branches or pull requests

1 participant