We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c38faa commit e737612Copy full SHA for e737612
src/rustup-cli/self_update.rs
@@ -369,6 +369,7 @@ fn do_pre_install_sanity_checks() -> Result<()> {
369
// sudo is configured not to change $HOME. Don't let that bogosity happen.
370
fn do_anti_sudo_check(no_prompt: bool) -> Result<()> {
371
#[cfg(unix)]
372
+ #[inline(never)] // FIXME #679. Mysterious crashes on OS X 10.10+
373
pub fn home_mismatch() -> bool {
374
extern crate libc as c;
375
0 commit comments