Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 16:26:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266564] [NEW PORT] x11/eww: ElKowars wacky widgets
Message-ID:  <bug-266564-7788-yUSEoWattV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266564-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266564-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266564

--- Comment #5 from Jan Beich <jbeich@FreeBSD.org> ---
RUSTC_BOOTSTRAP is a cheat knob to enable unstable features on stable chann=
el
as if using nightly of the same version. Accepted values are: 1 or
<crate-names> (comma-separated); other/invalid values can be used to disable
the effect. Supposed to be set from environ(7) before running rustc or carg=
o.
More details are in lang/rust source (vendor code, not the port) as it seem=
s to
be intentionally underdocumented.

lang/rust-nightly is very rarely updated and mostly serves for rust@ team a=
nd
other individuals to experiment and debug the compiler or consumers. Regular
users should get fresh or specific nightly via rustup. Either way nightly is
only available for 1 of 9 architectures FreeBSD supports[1] without rust@ t=
eam
hard work to generate bootstraps[2] and test runtime but nightly bootstraps
change very often. Note, review D29548 proposed to make USES=3Drust:nightly=
 set
RUSTC_BOOTSTRAP=3D1 because depending on lang/rust-nightly is undesirable.

Porter's Handook probably needs to document RUSTC_BOOTSTRAP which may go
against Rust upstream wishes to keep it hidden.

[1] https://static.rust-lang.org/dist/channel-rust-nightly.toml
[2] lang/rust-bootstrap is nowadays used to automate the process

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266564-7788-yUSEoWattV>