Skip to content

Commit

Permalink
.profile: set RUSTC_BOOTSTRAP=1, globally
Browse files Browse the repository at this point in the history
There is, ISTM, exactly one person in the rust-lang community who
understands the problem:
rust-lang/cargo#7088 (comment)
  • Loading branch information
intelfx committed Mar 20, 2024
1 parent 03c5d2f commit bc6983c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ if ! { command -v python3 &>/dev/null \
fi
unset _python_stdlib

# Screw you.
# > I find it disappointing that people react to the RUSTC_BOOTSTRAP hack
# > by thinking "How do we forbid this?" instead of "How has Rust failed to
# > stabilize useful features in a timely manner to necessitate such a hack,
# > and how can we do better on getting useful features to stable?"
# https://github.com/rust-lang/cargo/issues/7088#issuecomment-508373796
export RUSTC_BOOTSTRAP=1

# setting /org/gnome/desktop/interface/gtk-im-module in dconf doesn't work somehow...
#export GTK_IM_MODULE="gtk-im-context-simple"

Expand Down

0 comments on commit bc6983c

Please sign in to comment.