File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313// software. If not, see <https://opensource.org/licenses/Apache-2.0>.
1414
1515use commit_verify:: stl;
16- use strict_types:: typelib :: parse_args;
16+ use strict_types:: parse_args;
1717
1818fn main ( ) {
1919 let lib = stl:: commit_verify_stl ( ) ;
Original file line number Diff line number Diff line change 1919// See the License for the specific language governing permissions and
2020// limitations under the License.
2121
22- use strict_types:: typelib:: { LibBuilder , TranslateError } ;
23- use strict_types:: TypeLib ;
22+ use strict_types:: { CompileError , LibBuilder , TypeLib } ;
2423
2524use crate :: { mpc, LIB_NAME_COMMIT_VERIFY } ;
2625
2726pub const LIB_ID_COMMIT_VERIFY : & str =
28- "pasta_basic_broken_3a8aYXeMqSGKyeyGrcQHUn5mh995whDbERictXFSG1GG " ;
27+ "sensor_correct_total_6RNoZhpeu95My9KqGM7j8BcY4tcNa8rwAjXbXUGteuf9 " ;
2928
30- fn _commit_verify_stl ( ) -> Result < TypeLib , TranslateError > {
29+ fn _commit_verify_stl ( ) -> Result < TypeLib , CompileError > {
3130 LibBuilder :: new ( libname ! ( LIB_NAME_COMMIT_VERIFY ) , tiny_bset ! {
3231 strict_types:: stl:: std_stl( ) . to_dependency( )
3332 } )
You can’t perform that action at this time.
0 commit comments