From b5e768b5f4ed5119cb14b483f3aabbefdc81f227 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 27 Mar 2024 09:52:52 -0700 Subject: Add err_stdinclude --- bugscan.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bugscan.rb') 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", -- cgit v1.2.1