summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugscan.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugscan.rb b/bugscan.rb
index 2bbba0f..bda233a 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -29,6 +29,7 @@ $bug_matches = {
"multiple definition of .*enum fsconfig_command" => "err_mountcompat",
"redefinition of .*struct mount_attr" => "err_mountcompat",
"error: File not found:.*.egg-info" => "err_egginfomissing", # e.g. sword
+ "error: '.*' is not a member of 'std'" => "err_stdinclude", # e.g. f3d
# The following have more specific matches above
"^ File not found:" => "err_packagedfilemissing",