This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2
- // at http://rust-lang.org/COPYRIGHT.
3
- //
4
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
- // option. This file may not be copied, modified, or distributed
8
- // except according to those terms.
9
-
10
1
/// Used to configure save-analysis.
11
2
#[ cfg_attr( feature = "serialize-serde" , derive( Serialize , Deserialize ) ) ]
12
3
#[ cfg_attr( feature = "serialize-rustc" , derive( RustcDecodable , RustcEncodable ) ) ]
Original file line number Diff line number Diff line change 1
- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2
- // at http://rust-lang.org/COPYRIGHT.
3
- //
4
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
- // option. This file may not be copied, modified, or distributed
8
- // except according to those terms.
9
-
10
1
#![ cfg_attr( rustbuild, feature( staged_api, rustc_private) ) ]
11
2
#![ cfg_attr( rustbuild, unstable( feature = "rustc_private" , issue = "27812" ) ) ]
12
3
You can’t perform that action at this time.
0 commit comments