Update existing tests
This commit is contained in:
parent
7953d5df0e
commit
0ccd5c4898
@ -27,7 +27,7 @@ pub mod mod1 {
|
||||
pub mod mod2 {
|
||||
// @has - '//code' 'pub use tag::Portability;'
|
||||
// @!has - '//span' 'Deprecated'
|
||||
// @has - '//span' 'sync'
|
||||
// @!has - '//span' 'sync'
|
||||
pub use tag::Portability;
|
||||
}
|
||||
|
||||
@ -35,7 +35,7 @@ pub mod mod2 {
|
||||
pub mod mod3 {
|
||||
// @has - '//code' 'pub use tag::Both;'
|
||||
// @has - '//span' 'Deprecated'
|
||||
// @has - '//span' 'sync'
|
||||
// @!has - '//span' 'sync'
|
||||
pub use tag::Both;
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ pub mod mod1 {
|
||||
pub mod mod2 {
|
||||
// @has - '//code' 'pub use tag::Portability;'
|
||||
// @!has - '//span' 'Experimental'
|
||||
// @has - '//span' 'sync'
|
||||
// @!has - '//span' 'sync'
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use tag::Portability;
|
||||
}
|
||||
@ -45,7 +45,7 @@ pub mod mod2 {
|
||||
pub mod mod3 {
|
||||
// @has - '//code' 'pub use tag::Both;'
|
||||
// @has - '//span' 'Experimental'
|
||||
// @has - '//span' 'sync'
|
||||
// @!has - '//span' 'sync'
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use tag::Both;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user