diff options
-rw-r--r-- | bugscan.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |