aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/CodegenRust.py')
-rw-r--r--components/script/dom/bindings/codegen/CodegenRust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/CodegenRust.py b/components/script/dom/bindings/codegen/CodegenRust.py
index 08370974cca..5b3a3de2f18 100644
--- a/components/script/dom/bindings/codegen/CodegenRust.py
+++ b/components/script/dom/bindings/codegen/CodegenRust.py
@@ -4624,7 +4624,7 @@ class CGDescriptor(CGThing):
elif m.isAttr():
if m.stringifier:
raise TypeError("Stringifier attributes not supported yet. "
- "See bug 824857.\n"
+ "See https://github.com/servo/servo/issues/7590\n"
"%s" % m.location)
if m.isStatic():