Added
Link Here
|
1 |
--- layout/style/ServoBindings.toml.orig 2024-01-08 19:43:07 UTC |
2 |
+++ layout/style/ServoBindings.toml |
3 |
@@ -364,6 +364,9 @@ opaque-types = [ |
4 |
"std::namespace::atomic___base", "std::atomic__My_base", |
5 |
"std::atomic", |
6 |
"std::atomic___base", |
7 |
+ "std::tuple.*", # Causes "Cannot find type _Pred in this scope" error on mac, like rust-skia#571 |
8 |
+ "std::.*::tuple.*", |
9 |
+ |
10 |
# We want everything but FontVariation and Float to be opaque but we don't |
11 |
# have negative regexes. |
12 |
"mozilla::gfx::(.{0,4}|.{6,12}|.{14,}|([^F][^o][^n][^t][^V][^a][^r][^i][^a][^t][^i][^o][^n])|([^F][^l][^o][^a][^t]))", |
13 |
@@ -389,8 +392,6 @@ opaque-types = [ |
14 |
# for clang. |
15 |
"mozilla::SeenPtrs", |
16 |
"mozilla::SupportsWeakPtr", |
17 |
- "std::tuple", |
18 |
- "std::tuple_.*", # Causes "Cannot find type _Pred in this scope" error on mac, like rust-skia#571 |
19 |
"SupportsWeakPtr", |
20 |
"mozilla::detail::WeakReference", |
21 |
"mozilla::WeakPtr", |