Skip to content

Commit 4c5c695

Browse files
Fix typo in error message about external_type_specification
1 parent 79eece9 commit 4c5c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/vir/src/well_formed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fn check_path_and_get_datatype<'a>(
7474
return Err(error(
7575
span,
7676
&format!(
77-
"`{rpath:}` is not supported (note: you may be able to add a Verus specification to this function with the `external_type_specification` attribute){:}",
77+
"`{rpath:}` is not supported (note: you may be able to add a Verus specification to this type with the `external_type_specification` attribute){:}",
7878
if path.is_rust_std_path() {
7979
" (note: the vstd library provides some specification for the Rust std library, but it is currently limited)"
8080
} else {

0 commit comments

Comments
 (0)