diff options
Diffstat (limited to 'rust/proc-macro2/probe')
| -rw-r--r-- | rust/proc-macro2/probe/proc_macro_span.rs | 2 | ||||
| -rw-r--r-- | rust/proc-macro2/probe/proc_macro_span_file.rs | 2 | ||||
| -rw-r--r-- | rust/proc-macro2/probe/proc_macro_span_location.rs | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/rust/proc-macro2/probe/proc_macro_span.rs b/rust/proc-macro2/probe/proc_macro_span.rs index 2d7d44e07708..892a7eb3e5a0 100644 --- a/rust/proc-macro2/probe/proc_macro_span.rs +++ b/rust/proc-macro2/probe/proc_macro_span.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + // This code exercises the surface area that we expect of Span's unstable API. // If the current toolchain is able to compile it, then proc-macro2 is able to // offer these APIs too. diff --git a/rust/proc-macro2/probe/proc_macro_span_file.rs b/rust/proc-macro2/probe/proc_macro_span_file.rs index 8b76bdf5007b..f2dbc4056ebe 100644 --- a/rust/proc-macro2/probe/proc_macro_span_file.rs +++ b/rust/proc-macro2/probe/proc_macro_span_file.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + // The subset of Span's API stabilized in Rust 1.88. extern crate proc_macro; diff --git a/rust/proc-macro2/probe/proc_macro_span_location.rs b/rust/proc-macro2/probe/proc_macro_span_location.rs index 79da34af54af..ae19c93394fa 100644 --- a/rust/proc-macro2/probe/proc_macro_span_location.rs +++ b/rust/proc-macro2/probe/proc_macro_span_location.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + // The subset of Span's API stabilized in Rust 1.88. extern crate proc_macro; |
