Closed Bug 1750927 Opened 2 years ago Closed 2 years ago

Fix non-unified-build bustage in layout/forms/nsCheckboxRadioFrame.h

Categories

(Core :: Layout: Form Controls, task, P3)

task

Tracking

()

RESOLVED FIXED
98 Branch
Tracking Status
firefox98 --- fixed

People

(Reporter: janv, Assigned: janv)

References

Details

Attachments

(1 file)

0:22.20 In file included from /Users/jvarga/Projects/Mozilla3/src/layout/base/nsCSSFrameConstructor.cpp:44:
0:22.21 /Users/jvarga/Projects/Mozilla3/src/layout/forms/nsCheckboxRadioFrame.h:37:5: error: unknown type name 'nsDisplayReflowCount'; did you mean 'mozilla::nsDisplayReflowCount'?
0:22.21 DO_GLOBAL_REFLOW_COUNT_DSP("nsCheckboxRadioFrame");
0:22.21 ^
0:22.21 /Users/jvarga/Projects/Mozilla3/src/layout/painting/nsDisplayList.h:3689:41: note: expanded from macro 'DO_GLOBAL_REFLOW_COUNT_DSP'
0:22.21 aLists.Outlines()->AppendNewToTop<nsDisplayReflowCount>(aBuilder, this,
0:22.21 ^
0:22.21 /Users/jvarga/Projects/Mozilla3/src/layout/painting/nsDisplayList.h:3664:7: note: 'mozilla::nsDisplayReflowCount' declared here
0:22.21 class nsDisplayReflowCount : public nsPaintedDisplayItem {
0:22.21 ^
0:22.21 1 error generated.
0:22.21 make[4]: *** [nsCSSFrameConstructor.o] Error 1
0:22.21 make[3]: *** [layout/base/target-objects] Error 2
0:22.21 make[3]: *** Waiting for unfinished jobs....
0:23.02 warning: using procedural-masquerade crate
0:23.03 --> security/manager/ssl/osclientcerts/src/backend_macos.rs:101:1
0:23.03 |
0:23.03 101 | / rental! {
0:23.03 102 | | mod rent_libloading {
0:23.03 103 | | use super::*;
0:23.03 104 | |
0:23.03 ... |
0:23.03 110 | | }
0:23.03 111 | | }
0:23.03 | |_^
0:23.03 |
0:23.03 = note: #[warn(proc_macro_back_compat)] on by default
0:23.03 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
0:23.03 = note: for more information, see issue #83125 https://github.com/rust-lang/rust/issues/83125
0:23.03 = note: The procedural-masquerade crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling.
0:23.03 = note: this warning originates in the macro rental (in Nightly builds, run with -Z macro-backtrace for more info)
0:23.03 warning: osclientcerts-static (lib) generated 1 warning
0:23.03 Finished dev [optimized + debuginfo] target(s) in 3.19s
0:23.33 make[2]: *** [compile] Error 2
0:23.33 make[1]: *** [default] Error 2
0:23.33 make: *** [build] Error 2

Blocks: non-unified
Depends on: 1750931
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b8a0067221c
Fix non-unified-build bustage in layout/forms/nsCheckboxRadioFrame.h; r=emilio
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: