]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/generate-deriving-span-tests.py
Auto merge of #80746 - ehuss:update-cargo, r=ehuss
[rust.git] / src / etc / generate-deriving-span-tests.py
index a0ba47e1dbe313d1fd7683c4d73766d0dcce0b6a..d38f5add7474dd3f1480bfb0ef2af08302da4d7c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """
-This script creates a pile of compile-fail tests check that all the
+This script creates a pile of UI tests check that all the
 derives have spans that point to the fields, rather than the
 #[derive(...)] line.