Skip to content

Commit

Permalink
extend committed test-project to check subcrate error parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
brotzeit committed Jan 30, 2022
1 parent f47b07b commit a5b3660
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.cask
/config.mk
*autoloads.el
test/test-project/target
7 changes: 7 additions & 0 deletions test/test-project/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test/test-project/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Dummy file needed for test
[workspace]
members = ["crates/*"]
3 changes: 3 additions & 0 deletions test/test-project/crates/test-crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[package]
name = "test-workspace"
version = "0.0.1"
1 change: 1 addition & 0 deletions test/test-project/crates/test-crate/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uuse libc;
1 change: 0 additions & 1 deletion test/test-project/test-workspace/Cargo.toml

This file was deleted.

0 comments on commit a5b3660

Please sign in to comment.