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

Associated functions that contain extern indicator or have #[rustc_std_internal_symbol] are reachable #86492

Merged
merged 4 commits into from Aug 13, 2021

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    c84beef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb2ea6 View commit details
    Browse the repository at this point in the history
  3. Adjust check_no_mangle and check_export_name to warn/error on `#[…

    …no_mangle]`/`#[export_name]` on trait methods
    hyd-dev committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    db13848 View commit details
    Browse the repository at this point in the history
  4. Add tests for #[no_mangle] in impl blocks that looks like generic…

    … `impl` blocks but are actually not
    hyd-dev committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9315a0c View commit details
    Browse the repository at this point in the history