Skip to content

Call make public assist from invalid function call #4037

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

Closed
TimoFreiberg opened this issue Apr 18, 2020 · 0 comments · Fixed by #4273
Closed

Call make public assist from invalid function call #4037

TimoFreiberg opened this issue Apr 18, 2020 · 0 comments · Fixed by #4273

Comments

@TimoFreiberg
Copy link
Contributor

TimoFreiberg commented Apr 18, 2020

Example:

//- foo.rs
fn foo() {}

//- main.rs
mod foo;
fn main() {
    foo::<|>foo();
}
//- foo.rs
pub(crate)<|> fn foo() {}

//- main.rs
mod foo;
fn main() {
    foo::foo();
}
@bors bors bot closed this as completed in 12d8268 May 14, 2020
lnicola pushed a commit to lnicola/rust-analyzer that referenced this issue Jan 7, 2025
Refactor AnonSocket::read/write for blocking socketpair
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 a pull request may close this issue.

1 participant