diff --git a/.pick_status.json b/.pick_status.json index 23c2cd4d613..9f6f0275cd5 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1054,7 +1054,7 @@ "description": "nak: fix meson typo", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "95bff5ca5b44e9d2a5a7863ce46a6234d86bd207", "notes": null diff --git a/src/nouveau/compiler/meson.build b/src/nouveau/compiler/meson.build index d8deb75fcb8..820f2941b36 100644 --- a/src/nouveau/compiler/meson.build +++ b/src/nouveau/compiler/meson.build @@ -17,8 +17,8 @@ bindgen_version = find_program('bindgen').version() if bindgen_version == 'unknown' error('Failed to detect bindgen version. If you are using bindgen 0.69.0, ' + 'please either update to 0.69.1 or downgrade to 0.68.1. You can ' + - 'install the latest version for your user with ` + - ``cargo install bindgen-cli`.') + 'install the latest version for your user with ' + + '`cargo install bindgen-cli`.') endif if bindgen_version.version_compare('< 0.65')