Skip to content

Commit f223e79

Browse files
committed
servo: Merge #16975 - style: Bump bindgen version (from emilio:bindgenupagain); r=upsuper
This should fix bug 1365488, and also the template instantiation test noise reported at rust-lang/rust-bindgen#619. Source-Repo: https://github.com/servo/servo Source-Revision: 1602edb04ac3cc06a71eb6349e137dce453bc191 UltraBlame original commit: e3efc7fb48dfc56b7f82ee5cfc4c316c6c60a0bf
1 parent 35afdb0 commit f223e79

File tree

6 files changed

+162022
-106265
lines changed

6 files changed

+162022
-106265
lines changed

servo/Cargo.lock

Lines changed: 113 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servo/components/style/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,8 @@ version
684684
0
685685
.
686686
25
687+
.
688+
1
687689
"
688690
optional
689691
=

servo/components/style/gecko/generated/atom_macro.rs

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17310,6 +17310,22 @@ nsIAtom
1731017310
link_name
1731117311
=
1731217312
"
17313+
_ZN9nsGkAtoms6remoteE
17314+
"
17315+
]
17316+
pub
17317+
static
17318+
nsGkAtoms_remote
17319+
:
17320+
*
17321+
mut
17322+
nsIAtom
17323+
;
17324+
#
17325+
[
17326+
link_name
17327+
=
17328+
"
1731317329
_ZN9nsGkAtoms13removeelementE
1731417330
"
1731517331
]
@@ -61713,6 +61729,26 @@ link_name
6171361729
=
6171461730
"
6171561731
?
61732+
remote
61733+
nsGkAtoms
61734+
2PEAVnsIAtom
61735+
EA
61736+
"
61737+
]
61738+
pub
61739+
static
61740+
nsGkAtoms_remote
61741+
:
61742+
*
61743+
mut
61744+
nsIAtom
61745+
;
61746+
#
61747+
[
61748+
link_name
61749+
=
61750+
"
61751+
?
6171661752
removeelement
6171761753
nsGkAtoms
6171861754
2PEAVnsIAtom
@@ -113985,6 +114021,28 @@ link_name
113985114021
\
113986114022
x01
113987114023
?
114024+
remote
114025+
nsGkAtoms
114026+
2PAVnsIAtom
114027+
A
114028+
"
114029+
]
114030+
pub
114031+
static
114032+
nsGkAtoms_remote
114033+
:
114034+
*
114035+
mut
114036+
nsIAtom
114037+
;
114038+
#
114039+
[
114040+
link_name
114041+
=
114042+
"
114043+
\
114044+
x01
114045+
?
113988114046
removeelement
113989114047
nsGkAtoms
113990114048
2PAVnsIAtom
@@ -187645,6 +187703,45 @@ _
187645187703
;
187646187704
(
187647187705
"
187706+
remote
187707+
"
187708+
)
187709+
=
187710+
>
187711+
{
187712+
unsafe
187713+
{
187714+
crate
187715+
:
187716+
:
187717+
string_cache
187718+
:
187719+
:
187720+
atom_macro
187721+
:
187722+
:
187723+
atom_from_static
187724+
(
187725+
crate
187726+
:
187727+
:
187728+
string_cache
187729+
:
187730+
:
187731+
atom_macro
187732+
:
187733+
:
187734+
nsGkAtoms_remote
187735+
as
187736+
*
187737+
mut
187738+
_
187739+
)
187740+
}
187741+
}
187742+
;
187743+
(
187744+
"
187648187745
removeelement
187649187746
"
187650187747
)

0 commit comments

Comments
 (0)