Skip to content

Commit 9998a0f

Browse files
committed
Bug 1840008 - Undo bug 1632776. r=firefox-build-system-reviewers,andi
The bug it worked around (rust-lang/rust#61002) was fixed in rustc 1.55, and we currently require 1.66. Differential Revision: https://phabricator.services.mozilla.com/D181843 UltraBlame original commit: 70bf3adb2de59cdd39165ebe10cbd76dcc70c6da
1 parent 2158e28 commit 9998a0f

File tree

1 file changed

+0
-109
lines changed

1 file changed

+0
-109
lines changed

config/makefiles/rust.mk

Lines changed: 0 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,120 +1934,11 @@ ifdef
19341934
MOZ_PGO_RUST
19351935
ifdef
19361936
MOZ_PROFILE_GENERATE
1937-
#
1938-
Our
1939-
top
1940-
-
1941-
level
1942-
Cargo
1943-
.
1944-
toml
1945-
sets
1946-
panic
1947-
to
1948-
abort
1949-
so
1950-
we
1951-
technically
1952-
don
1953-
'
1954-
t
1955-
need
1956-
-
1957-
C
1958-
panic
1959-
=
1960-
abort
1961-
#
1962-
but
1963-
the
1964-
autocfg
1965-
crate
1966-
takes
1967-
RUSTFLAGS
1968-
verbatim
1969-
and
1970-
runs
1971-
its
1972-
compiler
1973-
tests
1974-
without
1975-
#
1976-
-
1977-
C
1978-
panic
1979-
=
1980-
abort
1981-
(
1982-
because
1983-
it
1984-
doesn
1985-
'
1986-
t
1987-
know
1988-
it
1989-
'
1990-
s
1991-
what
1992-
cargo
1993-
uses
1994-
)
1995-
which
1996-
fail
1997-
on
1998-
Windows
1999-
#
2000-
because
2001-
-
2002-
C
2003-
panic
2004-
=
2005-
unwind
2006-
(
2007-
the
2008-
compiler
2009-
default
2010-
)
2011-
is
2012-
not
2013-
compatible
2014-
with
2015-
-
2016-
C
2017-
profile
2018-
-
2019-
generate
2020-
#
2021-
(
2022-
https
2023-
:
2024-
/
2025-
/
2026-
github
2027-
.
2028-
com
2029-
/
2030-
rust
2031-
-
2032-
lang
2033-
/
2034-
rust
2035-
/
2036-
issues
2037-
/
2038-
61002
2039-
)
2040-
.
20411937
rust_pgo_flags
20421938
:
20431939
=
20441940
-
20451941
C
2046-
panic
2047-
=
2048-
abort
2049-
-
2050-
C
20511942
profile
20521943
-
20531944
generate

0 commit comments

Comments
 (0)