aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-09-10 10:54:30 +0200
committerCorey Farwell <coreyf@rwell.org>2015-09-10 10:54:30 +0200
commita4027f025988cd95b3dceb88114aaa4e1cb24169 (patch)
treec1a1f7ac3d5a951720e9cd742e2309b8f76580b8 /components/script/dom/bindings/codegen/CodegenRust.py
parentc349b7b3a1f335a9b57e4f41998c28656cd1e5ef (diff)
downloadservo-a4027f025988cd95b3dceb88114aaa4e1cb24169.tar.gz
servo-a4027f025988cd95b3dceb88114aaa4e1cb24169.zip
Link to Servo issue instead of Gecko bug
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():