From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs') diff --git a/src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs b/src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs index cc261a47f..47437102a 100644 --- a/src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs +++ b/src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs @@ -1234,8 +1234,11 @@ fn error_workspace_false() { [ERROR] failed to parse manifest at `[CWD]/Cargo.toml` Caused by: + TOML parse error at line 7, column 41 + | + 7 | description = { workspace = false } + | ^^^^^ `workspace` cannot be false - in `package.description.workspace` ", ) .run(); @@ -1321,9 +1324,6 @@ fn error_malformed_workspace_root() { "\ [ERROR] failed to parse manifest at `[..]/foo/Cargo.toml` -Caused by: - [..] - Caused by: [..] | -- cgit v1.2.3